Html Css Color HEX #B9CC8E Sprout

📋 copy color: '#B9CC8E'

red 185 ◦ green 204 ◦ blue 142

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

Shades of Sprout #B9CC8E

Tints of Sprout #B9CC8E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

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

R = 34.84%
G = 38.42%
B = 26.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#B9CC8E (or 0xB9CC8E) is known color: Sprout. HEX triplet: B9, CC and 8E. RGB value is (185,204,142). Sum of RGB (Red+Green+Blue) = 185+204+142=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC8E is #463371. Grayscale: #BFBFBF. Windows color (decimal): -4600690 or 9358521. OLE color: 9358521.

HSL color Cylindrical-coordinate representation of color #B9CC8E: hue angle of 78.39º degrees, saturation: 0.38, 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 #B9CC8E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 142 -
CMYK 0.09 0 0.30 0.2
HSL 78.39º 0.38% 0.68% -
HSV(B) 78.39º 0.3% 0.8% -
XYZ 46.48 55.45 33.84 -
YUV 191.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 185 204 142 0.09 0 0.30 0.2 78.39 0.38 0.68
Hex B9 CC 8E 9 0 1E 14 4E 26 44
Octal 271 314 216 11 0 36 24 116 46 104
Binary 10111001 11001100 10001110 1001 0 11110 10100 1001110 100110 1000100

Color Harmonies of #B9CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC8E

Black with #B9CC8E

Text Example


Text Example

White with #B9CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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