#B6DB82

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

Shades of Sulu #B6DB82

Tints of Sulu #B6DB82

Color information

#B6DB82 (or 0xB6DB82) is unknown color: approx Sulu. HEX triplet: B6, DB and 82. RGB value is (182,219,130). Sum of RGB (Red+Green+Blue) = 182+219+130=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DB82 is #49247D. Grayscale: #C6C6C6. Windows color (decimal): -4793470 or 8575926. OLE color: 8575926.

HSL color Cylindrical-coordinate representation of color #B6DB82: hue angle of 84.94º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6DB82 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB182219130-
CMYK0.1700.410.14
HSL84.94º55.28%68.43%-
HSV(B)84.94º40.64%85.88%-
XYZ48.6562.2230.56-
YUV197.7989.74116.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=34.27%
G=41.24%
B=24.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191300.1700.410.1484.9455.2868.43
HexB6DB8211029E553744
Octal266333202210511612567104
Binary101101101101101110000010100010101001111010101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DB82; }

 p { color: rgb(182,219,130); }

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

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

 a { background-color: rgb(182,219,130); }

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

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

 span { border-color: rgb(182,219,130); }

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