#B9DE6F

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

Shades of Sulu #B9DE6F

Tints of Sulu #B9DE6F

Color information

#B9DE6F (or 0xB9DE6F) is unknown color: approx Sulu. HEX triplet: B9, DE and 6F. RGB value is (185,222,111). Sum of RGB (Red+Green+Blue) = 185+222+111=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE6F is #462190. Grayscale: #C6C6C6. Windows color (decimal): -4596113 or 7331513. OLE color: 7331513.

HSL color Cylindrical-coordinate representation of color #B9DE6F: hue angle of 80º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9DE6F is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB185222111-
CMYK0.1700.50.13
HSL80º62.71%65.29%-
HSV(B)80º50%87.06%-
XYZ4963.724.75-
YUV198.2878.74118.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 21.43%
R=35.71%
G=42.86%
B=21.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221110.1700.50.138062.7165.29
HexB9DE6F11032D503f41
Octal271336157210621512077101
Binary10111001110111101101111100010110010110110100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE6F; }

 p { color: rgb(185,222,111); }

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

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

 a { background-color: rgb(185,222,111); }

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

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

 span { border-color: rgb(185,222,111); }

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