Html Css Color HEX #BACB9E Sprout

📋 copy color: '#BACB9E'

red 186 ◦ green 203 ◦ blue 158

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

Shades of Sprout #BACB9E

Tints of Sprout #BACB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.88%

R = 34%
G = 37.11%
B = 28.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#BACB9E (or 0xBACB9E) is known color: Sprout. HEX triplet: BA, CB and 9E. RGB value is (186,203,158). Sum of RGB (Red+Green+Blue) = 186+203+158=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB9E is #453461. Grayscale: #C0C0C0. Windows color (decimal): -4535394 or 10406842. OLE color: 10406842.

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

Color convert

RGB 186 203 158 -
CMYK 0.08 0 0.22 0.20
HSL 82.67º 0.3% 0.71% -
HSV(B) 82.67º 0.22% 0.8% -
XYZ 47.78 55.62 40.57 -
YUV 192.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 186 203 158 0.08 0 0.22 0.20 82.67 0.3 0.71
Hex BA CB 9E 8 0 16 14 53 1E 47
Octal 272 313 236 10 0 26 24 123 36 107
Binary 10111010 11001011 10011110 1000 0 10110 10100 1010011 11110 1000111

Color Harmonies of #BACB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB9E

Black with #BACB9E

Text Example


Text Example

White with #BACB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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