#B0CC92

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

Shades of Sprout #B0CC92

Tints of Sprout #B0CC92

Color information

#B0CC92 (or 0xB0CC92) is unknown color: approx Sprout. HEX triplet: B0, CC and 92. RGB value is (176,204,146). Sum of RGB (Red+Green+Blue) = 176+204+146=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC92 is #4F336D. Grayscale: #BDBDBD. Windows color (decimal): -5190510 or 9620656. OLE color: 9620656.

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

Color convert

RGB176204146-
CMYK0.1400.280.2
HSL88.97º36.25%68.63%-
HSV(B)88.97º28.43%80%-
XYZ44.6954.4935.36-
YUV189.02103.72118.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=33.46%
G=38.78%
B=27.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041460.1400.280.288.9736.2568.63
HexB0CC92E01C14592445
Octal260314222160342413144105
Binary10110000110011001001001011100111001010010110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC92; }

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

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

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

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

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

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

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

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