Html Css Color HEX #BACB93 Sprout

📋 copy color: '#BACB93'

red 186 ◦ green 203 ◦ blue 147

#BACB93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BACB93

Tints of Sprout #BACB93

RGB

 RED value IS 186 (73.05% from 255) = 34.7%

 GREEN value IS 203 (79.69% from 255) = 37.87%

 BLUE value IS 147 (57.81% from 255) = 27.43%

R = 34.7%
G = 37.87%
B = 27.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BACB93 (or 0xBACB93) is known color: Sprout. HEX triplet: BA, CB and 93. RGB value is (186,203,147). Sum of RGB (Red+Green+Blue) = 186+203+147=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB93 is #45346C. Grayscale: #BFBFBF. Windows color (decimal): -4535405 or 9685946. OLE color: 9685946.

HSL color Cylindrical-coordinate representation of color #BACB93: hue angle of 78.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BACB93 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 147 -
CMYK 0.08 0 0.28 0.20
HSL 78.21º 0.35% 0.69% -
HSV(B) 78.21º 0.28% 0.8% -
XYZ 46.87 55.26 35.8 -
YUV 191.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 186 203 147 0.08 0 0.28 0.20 78.21 0.35 0.69
Hex BA CB 93 8 0 1C 14 4E 23 45
Octal 272 313 223 10 0 34 24 116 43 105
Binary 10111010 11001011 10010011 1000 0 11100 10100 1001110 100011 1000101

Color Harmonies of #BACB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB93

Black with #BACB93

Text Example


Text Example

White with #BACB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB93; }

 p { color: rgb(186,203,147); }

 H1.HeaderClassName
 {
   color: #BACB93;
 }
 .AnyTagClassName
 {
   color: #BACB93;
 }
</style>

background-color css

<style>
 a { background-color: #BACB93; }

 a { background-color: rgb(186,203,147); }

 div.DivClassName
 {
   background-color: #BACB93;
 }
 .BgClassName
 {
   background-color: #BACB93;
 }
</style>

border-color css

<style>
 span { border-color: #BACB93; }

 span { border-color: rgb(186,203,147); }

 td.TdClassName
 {
   border-color: #BACB93;
 }
 .TagClassName
 {
   border-color: #BACB93;
 }
</style>