#B6D18A

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

Shades of Sprout #B6D18A

Tints of Sprout #B6D18A

Color information

#B6D18A (or 0xB6D18A) is unknown color: approx Sprout. HEX triplet: B6, D1 and 8A. RGB value is (182,209,138). Sum of RGB (Red+Green+Blue) = 182+209+138=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D18A is #492E75. Grayscale: #C1C1C1. Windows color (decimal): -4796022 or 9097654. OLE color: 9097654.

HSL color Cylindrical-coordinate representation of color #B6D18A: hue angle of 82.82º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6D18A is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB182209138-
CMYK0.1300.340.18
HSL82.82º43.56%68.04%-
HSV(B)82.82º33.97%81.96%-
XYZ46.6857.3832.66-
YUV192.8397.05120.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=34.40%
G=39.51%
B=26.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091380.1300.340.1882.8243.5668.04
HexB6D18AD02212532c44
Octal266321212150422212354104
Binary101101101101000110001010110101000101001010100111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D18A; }

 p { color: rgb(182,209,138); }

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

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

 a { background-color: rgb(182,209,138); }

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

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

 span { border-color: rgb(182,209,138); }

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