#B6D689

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

Shades of Sprout #B6D689

Tints of Sprout #B6D689

Color information

#B6D689 (or 0xB6D689) is unknown color: approx Sprout. HEX triplet: B6, D6 and 89. RGB value is (182,214,137). Sum of RGB (Red+Green+Blue) = 182+214+137=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D689 is #492976. Grayscale: #C3C3C3. Windows color (decimal): -4794743 or 9033398. OLE color: 9033398.

HSL color Cylindrical-coordinate representation of color #B6D689: hue angle of 84.94º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6D689 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB182214137-
CMYK0.1500.360.16
HSL84.94º48.43%68.82%-
HSV(B)84.94º35.98%83.92%-
XYZ47.8559.8432.7-
YUV195.6594.9118.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=34.15%
G=40.15%
B=25.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141370.1500.360.1684.9448.4368.82
HexB6D689F02410553045
Octal266326211170442012560105
Binary101101101101011010001001111101001001000010101011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D689; }

 p { color: rgb(182,214,137); }

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

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

 a { background-color: rgb(182,214,137); }

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

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

 span { border-color: rgb(182,214,137); }

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