#B6D28B

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

Shades of Sprout #B6D28B

Tints of Sprout #B6D28B

Color information

#B6D28B (or 0xB6D28B) is unknown color: approx Sprout. HEX triplet: B6, D2 and 8B. RGB value is (182,210,139). Sum of RGB (Red+Green+Blue) = 182+210+139=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D28B is #492D74. Grayscale: #C1C1C1. Windows color (decimal): -4795765 or 9163446. OLE color: 9163446.

HSL color Cylindrical-coordinate representation of color #B6D28B: hue angle of 83.66º 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 #B6D28B is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB182210139-
CMYK0.1300.340.18
HSL83.66º44.1%68.43%-
HSV(B)83.66º33.81%82.35%-
XYZ4757.933.13-
YUV193.5397.22119.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=34.27%
G=39.55%
B=26.18%

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
Decimal1822101390.1300.340.1883.6644.168.43
HexB6D28BD02212542c44
Octal266322213150422212454104
Binary101101101101001010001011110101000101001010101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D28B; }

 p { color: rgb(182,210,139); }

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

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

 a { background-color: rgb(182,210,139); }

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

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

 span { border-color: rgb(182,210,139); }

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