#B6CA93

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

Shades of Sprout #B6CA93

Tints of Sprout #B6CA93

Color information

#B6CA93 (or 0xB6CA93) is unknown color: approx Sprout. HEX triplet: B6, CA and 93. RGB value is (182,202,147). Sum of RGB (Red+Green+Blue) = 182+202+147=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA93 is #49356C. Grayscale: #BDBDBD. Windows color (decimal): -4797805 or 9685686. OLE color: 9685686.

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

Color convert

RGB182202147-
CMYK0.1000.270.21
HSL81.82º34.16%68.43%-
HSV(B)81.82º27.23%79.22%-
XYZ45.6854.2935.68-
YUV189.75103.87122.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=34.27%
G=38.04%
B=27.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021470.1000.270.2181.8234.1668.43
HexB6CA93A01B15522244
Octal266312223120332512242104
Binary10110110110010101001001110100110111010110100101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA93; }

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

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

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

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

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

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

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

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