#B0C697

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

Shades of Sprout #B0C697

Tints of Sprout #B0C697

Color information

#B0C697 (or 0xB0C697) is unknown color: approx Sprout. HEX triplet: B0, C6 and 97. RGB value is (176,198,151). Sum of RGB (Red+Green+Blue) = 176+198+151=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C697 is #4F3968. Grayscale: #BABABA. Windows color (decimal): -5192041 or 9946800. OLE color: 9946800.

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

Color convert

RGB176198151-
CMYK0.1100.240.22
HSL88.09º29.19%68.43%-
HSV(B)88.09º23.74%77.65%-
XYZ43.6851.8536.98-
YUV186.06108.21120.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=33.52%
G=37.71%
B=28.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981510.1100.240.2288.0929.1968.43
HexB0C697B01816581d44
Octal260306227130302613035104
Binary1011000011000110100101111011011000101101011000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C697; }

 p { color: rgb(176,198,151); }

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

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

 a { background-color: rgb(176,198,151); }

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

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

 span { border-color: rgb(176,198,151); }

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