#B5DC76

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

Shades of Sulu #B5DC76

Tints of Sulu #B5DC76

Color information

#B5DC76 (or 0xB5DC76) is unknown color: approx Sulu. HEX triplet: B5, DC and 76. RGB value is (181,220,118). Sum of RGB (Red+Green+Blue) = 181+220+118=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC76 is #4A2389. Grayscale: #C5C5C5. Windows color (decimal): -4858762 or 7789749. OLE color: 7789749.

HSL color Cylindrical-coordinate representation of color #B5DC76: hue angle of 82.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5DC76 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB181220118-
CMYK0.1800.460.14
HSL82.94º59.3%66.27%-
HSV(B)82.94º46.36%86.27%-
XYZ47.9262.3226.64-
YUV196.7183.58116.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=34.87%
G=42.39%
B=22.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201180.1800.460.1482.9459.366.27
HexB5DC761202EE533b42
Octal265334166220561612373102
Binary10110101110111001110110100100101110111010100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC76; }

 p { color: rgb(181,220,118); }

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

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

 a { background-color: rgb(181,220,118); }

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

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

 span { border-color: rgb(181,220,118); }

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