#B6DE84

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

Shades of Sulu #B6DE84

Tints of Sulu #B6DE84

Color information

#B6DE84 (or 0xB6DE84) is unknown color: approx Sulu. HEX triplet: B6, DE and 84. RGB value is (182,222,132). Sum of RGB (Red+Green+Blue) = 182+222+132=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DE84 is #49217B. Grayscale: #C8C8C8. Windows color (decimal): -4792700 or 8707766. OLE color: 8707766.

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

Color convert

RGB182222132-
CMYK0.1800.410.13
HSL86.67º57.69%69.41%-
HSV(B)86.67º40.54%87.06%-
XYZ49.5863.8531.54-
YUV199.7889.75115.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 132 (51.95% from 255) = 24.63%
R=33.96%
G=41.42%
B=24.63%

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
Decimal1822221320.1800.410.1386.6757.6969.41
HexB6DE8412029D573a45
Octal266336204220511512772105
Binary101101101101111010000100100100101001110110101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DE84; }

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

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

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

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

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

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

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

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