#B6D88E

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

Shades of Sprout #B6D88E

Tints of Sprout #B6D88E

Color information

#B6D88E (or 0xB6D88E) is unknown color: approx Sprout. HEX triplet: B6, D8 and 8E. RGB value is (182,216,142). Sum of RGB (Red+Green+Blue) = 182+216+142=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D88E is #492771. Grayscale: #C5C5C5. Windows color (decimal): -4794226 or 9361590. OLE color: 9361590.

HSL color Cylindrical-coordinate representation of color #B6D88E: hue angle of 87.57º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6D88E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB182216142-
CMYK0.1600.340.15
HSL87.57º48.68%70.2%-
HSV(B)87.57º34.26%84.71%-
XYZ48.7361.0134.8-
YUV197.496.74117.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=33.70%
G=40%
B=26.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161420.1600.340.1587.5748.6870.2
HexB6D88E10022F583146
Octal266330216200421713061106
Binary101101101101100010001110100000100010111110110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D88E; }

 p { color: rgb(182,216,142); }

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

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

 a { background-color: rgb(182,216,142); }

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

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

 span { border-color: rgb(182,216,142); }

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