#B1C892

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

Shades of Sprout #B1C892

Tints of Sprout #B1C892

Color information

#B1C892 (or 0xB1C892) is unknown color: approx Sprout. HEX triplet: B1, C8 and 92. RGB value is (177,200,146). Sum of RGB (Red+Green+Blue) = 177+200+146=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C892 is #4E376D. Grayscale: #BBBBBB. Windows color (decimal): -5125998 or 9619633. OLE color: 9619633.

HSL color Cylindrical-coordinate representation of color #B1C892: hue angle of 85.56º 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 #B1C892 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB177200146-
CMYK0.1200.270.22
HSL85.56º32.93%67.84%-
HSV(B)85.56º27%78.43%-
XYZ43.9752.7335.05-
YUV186.97104.88120.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=33.84%
G=38.24%
B=27.92%

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
Decimal1772001460.1200.270.2285.5632.9367.84
HexB1C892C01B16562144
Octal261310222140332612641104
Binary10110001110010001001001011000110111011010101101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C892; }

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

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

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

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

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

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

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

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