Html Css Color HEX #B9CB8E Sprout

📋 copy color: '#B9CB8E'

red 185 ◦ green 203 ◦ blue 142

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

Shades of Sprout #B9CB8E

Tints of Sprout #B9CB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 34.91%
G = 38.3%
B = 26.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#B9CB8E (or 0xB9CB8E) is known color: Sprout. HEX triplet: B9, CB and 8E. RGB value is (185,203,142). Sum of RGB (Red+Green+Blue) = 185+203+142=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB8E is #463471. Grayscale: #BEBEBE. Windows color (decimal): -4600946 or 9358265. OLE color: 9358265.

HSL color Cylindrical-coordinate representation of color #B9CB8E: hue angle of 77.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9CB8E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 142 -
CMYK 0.09 0 0.30 0.20
HSL 77.7º 0.37% 0.68% -
HSV(B) 77.7º 0.3% 0.8% -
XYZ 46.25 54.98 33.77 -
YUV 190.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 185 203 142 0.09 0 0.30 0.20 77.7 0.37 0.68
Hex B9 CB 8E 9 0 1E 14 4E 25 44
Octal 271 313 216 11 0 36 24 116 45 104
Binary 10111001 11001011 10001110 1001 0 11110 10100 1001110 100101 1000100

Color Harmonies of #B9CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CB8E

Black with #B9CB8E

Text Example


Text Example

White with #B9CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CB8E; }

 p { color: rgb(185,203,142); }

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

background-color css

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

 a { background-color: rgb(185,203,142); }

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

border-color css

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

 span { border-color: rgb(185,203,142); }

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