#B6DE82

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

Shades of Sulu #B6DE82

Tints of Sulu #B6DE82

Color information

#B6DE82 (or 0xB6DE82) is unknown color: approx Sulu. HEX triplet: B6, DE and 82. RGB value is (182,222,130). Sum of RGB (Red+Green+Blue) = 182+222+130=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DE82 is #49217D. Grayscale: #C7C7C7. Windows color (decimal): -4792702 or 8576694. OLE color: 8576694.

HSL color Cylindrical-coordinate representation of color #B6DE82: hue angle of 86.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6DE82 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB182222130-
CMYK0.1800.410.13
HSL86.09º58.23%69.02%-
HSV(B)86.09º41.44%87.06%-
XYZ49.4463.830.83-
YUV199.5588.75115.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=34.08%
G=41.57%
B=24.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822221300.1800.410.1386.0958.2369.02
HexB6DE8212029D563a45
Octal266336202220511512672105
Binary101101101101111010000010100100101001110110101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DE82; }

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

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

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

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

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

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

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

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