#B5D872

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

Shades of Sulu #B5D872

Tints of Sulu #B5D872

Color information

#B5D872 (or 0xB5D872) is unknown color: approx Sulu. HEX triplet: B5, D8 and 72. RGB value is (181,216,114). Sum of RGB (Red+Green+Blue) = 181+216+114=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D872 is #4A278D. Grayscale: #C2C2C2. Windows color (decimal): -4859790 or 7526581. OLE color: 7526581.

HSL color Cylindrical-coordinate representation of color #B5D872: hue angle of 80.59º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5D872 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB181216114-
CMYK0.1600.470.15
HSL80.59º56.67%64.71%-
HSV(B)80.59º47.22%84.71%-
XYZ46.6560.1525.07-
YUV193.9182.9118.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=35.42%
G=42.27%
B=22.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161140.1600.470.1580.5956.6764.71
HexB5D8721002FF513941
Octal265330162200571712171101
Binary10110101110110001110010100000101111111110100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D872; }

 p { color: rgb(181,216,114); }

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

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

 a { background-color: rgb(181,216,114); }

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

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

 span { border-color: rgb(181,216,114); }

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