#B0CA8F

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

Shades of Sprout #B0CA8F

Tints of Sprout #B0CA8F

Color information

#B0CA8F (or 0xB0CA8F) is unknown color: approx Sprout. HEX triplet: B0, CA and 8F. RGB value is (176,202,143). Sum of RGB (Red+Green+Blue) = 176+202+143=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA8F is #4F3570. Grayscale: #BBBBBB. Windows color (decimal): -5191025 or 9423536. OLE color: 9423536.

HSL color Cylindrical-coordinate representation of color #B0CA8F: hue angle of 86.44º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0CA8F is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB176202143-
CMYK0.1300.290.21
HSL86.44º35.76%67.65%-
HSV(B)86.44º29.21%79.22%-
XYZ43.9853.4533.99-
YUV187.5102.89119.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=33.78%
G=38.77%
B=27.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021430.1300.290.2186.4435.7667.65
HexB0CA8FD01D15562444
Octal260312217150352512644104
Binary10110000110010101000111111010111011010110101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA8F; }

 p { color: rgb(176,202,143); }

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

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

 a { background-color: rgb(176,202,143); }

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

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

 span { border-color: rgb(176,202,143); }

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