#B9CC92

Color #B9CC92 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B9CC92

Tints of Sprout #B9CC92

Color information

#B9CC92 (or 0xB9CC92) is unknown color: approx Sprout. HEX triplet: B9, CC and 92. RGB value is (185,204,146). Sum of RGB (Red+Green+Blue) = 185+204+146=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC92 is #46336D. Grayscale: #BFBFBF. Windows color (decimal): -4600686 or 9620665. OLE color: 9620665.

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

Color convert

RGB185204146-
CMYK0.0900.280.2
HSL79.66º36.25%68.63%-
HSV(B)79.66º28.43%80%-
XYZ46.7955.5835.46-
YUV191.71102.21123.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=34.58%
G=38.13%
B=27.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041460.0900.280.279.6636.2568.63
HexB9CC92901C14502445
Octal271314222110342412044105
Binary10111001110011001001001010010111001010010100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC92; }

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

 H1.HeaderClassName
 {
   color: #B9CC92;
 }
 .AnyTagClassName
 {
   color: #B9CC92;
 }
</style>
background-color css

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

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

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

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

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

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