#B6CA99

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

Shades of Sprout #B6CA99

Tints of Sprout #B6CA99

Color information

#B6CA99 (or 0xB6CA99) is unknown color: approx Sprout. HEX triplet: B6, CA and 99. RGB value is (182,202,153). Sum of RGB (Red+Green+Blue) = 182+202+153=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA99 is #493566. Grayscale: #BEBEBE. Windows color (decimal): -4797799 or 10078902. OLE color: 10078902.

HSL color Cylindrical-coordinate representation of color #B6CA99: hue angle of 84.49º degrees, saturation: 0.32, 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 #B6CA99 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB182202153-
CMYK0.1000.240.21
HSL84.49º31.61%69.61%-
HSV(B)84.49º24.26%79.22%-
XYZ46.1654.4938.22-
YUV190.43106.87121.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=33.89%
G=37.62%
B=28.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021530.1000.240.2184.4931.6169.61
HexB6CA99A01815542046
Octal266312231120302512440106
Binary10110110110010101001100110100110001010110101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA99; }

 p { color: rgb(182,202,153); }

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

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

 a { background-color: rgb(182,202,153); }

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

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

 span { border-color: rgb(182,202,153); }

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