#B5D96F

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

Shades of Sulu #B5D96F

Tints of Sulu #B5D96F

Color information

#B5D96F (or 0xB5D96F) is unknown color: approx Sulu. HEX triplet: B5, D9 and 6F. RGB value is (181,217,111). Sum of RGB (Red+Green+Blue) = 181+217+111=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D96F is #4A2690. Grayscale: #C2C2C2. Windows color (decimal): -4859537 or 7330229. OLE color: 7330229.

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

Color convert

RGB181217111-
CMYK0.1700.490.15
HSL80.38º58.24%64.31%-
HSV(B)80.38º48.85%85.1%-
XYZ46.7460.624.27-
YUV194.1581.07118.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 111 (43.75% from 255) = 21.81%
R=35.56%
G=42.63%
B=21.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171110.1700.490.1580.3858.2464.31
HexB5D96F11031F503a40
Octal265331157210611712072100
Binary10110101110110011101111100010110001111110100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D96F; }

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

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

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

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

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

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

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

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