Html Css Color HEX #B9CA9E Sprout

📋 copy color: '#B9CA9E'

red 185 ◦ green 202 ◦ blue 158

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

Shades of Sprout #B9CA9E

Tints of Sprout #B9CA9E

RGB

 RED value IS 185 (72.66% from 255) = 33.94%

 GREEN value IS 202 (79.3% from 255) = 37.06%

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

R = 33.94%
G = 37.06%
B = 28.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B9CA9E (or 0xB9CA9E) is known color: Sprout. HEX triplet: B9, CA and 9E. RGB value is (185,202,158). Sum of RGB (Red+Green+Blue) = 185+202+158=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA9E is #463561. Grayscale: #C0C0C0. Windows color (decimal): -4601186 or 10406585. OLE color: 10406585.

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

Color convert

RGB 185 202 158 -
CMYK 0.08 0 0.22 0.21
HSL 83.18º 0.29% 0.71% -
HSV(B) 83.18º 0.22% 0.79% -
XYZ 47.3 55.02 40.48 -
YUV 191.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 185 202 158 0.08 0 0.22 0.21 83.18 0.29 0.71
Hex B9 CA 9E 8 0 16 15 53 1D 47
Octal 271 312 236 10 0 26 25 123 35 107
Binary 10111001 11001010 10011110 1000 0 10110 10101 1010011 11101 1000111

Color Harmonies of #B9CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA9E

Black with #B9CA9E

Text Example


Text Example

White with #B9CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA9E; }

 p { color: rgb(185,202,158); }

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

background-color css

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

 a { background-color: rgb(185,202,158); }

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

border-color css

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

 span { border-color: rgb(185,202,158); }

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