#b6d494

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

Shades of Sprout #B6D494

Tints of Sprout #B6D494

Color information

#B6D494 (or 0xB6D494) is unknown color: approx Sprout. HEX triplet: B6, D4 and 94. RGB value is (182,212,148). Sum of RGB (Red+Green+Blue) = 182+212+148=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D494 is #492B6B. Grayscale: #C3C3C3. Windows color (decimal): -4795244 or 9753782. OLE color: 9753782.

HSL color Cylindrical-coordinate representation of color #B6D494: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6D494 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB182212148-
CMYK0.1400.300.17
HSL88.12º42.67%70.59%-
HSV(B)88.12º30.19%83.14%-
XYZ48.1859.1736.9-
YUV195.73101.06118.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 212 (83.20% from 255) = 39.11%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=33.58%
G=39.11%
B=27.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822121480.1400.300.1788.1242.6770.59
HexB6D494E01E11582b47
Octal266324224160362113053107
Binary10110110110101001001010011100111101000110110001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d494; }

 p { color: rgb(182,212,148); }

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

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

 a { background-color: rgb(182,212,148); }

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

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

 span { border-color: rgb(182,212,148); }

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