#B5D971

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

Shades of Sulu #B5D971

Tints of Sulu #B5D971

Color information

#B5D971 (or 0xB5D971) is unknown color: approx Sulu. HEX triplet: B5, D9 and 71. RGB value is (181,217,113). Sum of RGB (Red+Green+Blue) = 181+217+113=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D971 is #4A268E. Grayscale: #C2C2C2. Windows color (decimal): -4859535 or 7461301. OLE color: 7461301.

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

Color convert

RGB181217113-
CMYK0.1700.480.15
HSL80.77º57.78%64.71%-
HSV(B)80.77º47.93%85.1%-
XYZ46.8560.6424.86-
YUV194.3882.07118.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=35.42%
G=42.47%
B=22.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171130.1700.480.1580.7757.7864.71
HexB5D97111030F513a41
Octal265331161210601712172101
Binary10110101110110011110001100010110000111110100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D971; }

 p { color: rgb(181,217,113); }

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

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

 a { background-color: rgb(181,217,113); }

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

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

 span { border-color: rgb(181,217,113); }

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