#B0C892

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

Shades of Sprout #B0C892

Tints of Sprout #B0C892

Color information

#B0C892 (or 0xB0C892) is unknown color: approx Sprout. HEX triplet: B0, C8 and 92. RGB value is (176,200,146). Sum of RGB (Red+Green+Blue) = 176+200+146=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C892 is #4F376D. Grayscale: #BABABA. Windows color (decimal): -5191534 or 9619632. OLE color: 9619632.

HSL color Cylindrical-coordinate representation of color #B0C892: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C892 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB176200146-
CMYK0.1200.270.22
HSL86.67º32.93%67.84%-
HSV(B)86.67º27%78.43%-
XYZ43.7552.6135.04-
YUV186.67105.05120.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=33.72%
G=38.31%
B=27.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001460.1200.270.2286.6732.9367.84
HexB0C892C01B16572144
Octal260310222140332612741104
Binary10110000110010001001001011000110111011010101111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C892; }

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

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

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

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

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

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

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

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