#B0CA9A

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

Shades of Sprout #B0CA9A

Tints of Sprout #B0CA9A

Color information

#B0CA9A (or 0xB0CA9A) is unknown color: approx Sprout. HEX triplet: B0, CA and 9A. RGB value is (176,202,154). Sum of RGB (Red+Green+Blue) = 176+202+154=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA9A is #4F3565. Grayscale: #BCBCBC. Windows color (decimal): -5191014 or 10144432. OLE color: 10144432.

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

Color convert

RGB176202154-
CMYK0.1300.240.21
HSL92.5º31.17%69.8%-
HSV(B)92.5º23.76%79.22%-
XYZ44.8653.838.59-
YUV188.75108.39118.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=33.08%
G=37.97%
B=28.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021540.1300.240.2192.531.1769.8
HexB0CA9AD018155c1f46
Octal260312232150302513437106
Binary1011000011001010100110101101011000101011011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA9A; }

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

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

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

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

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

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

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

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