#B9DC6D

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

Shades of Sulu #B9DC6D

Tints of Sulu #B9DC6D

Color information

#B9DC6D (or 0xB9DC6D) is unknown color: approx Sulu. HEX triplet: B9, DC and 6D. RGB value is (185,220,109). Sum of RGB (Red+Green+Blue) = 185+220+109=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC6D is #462392. Grayscale: #C5C5C5. Windows color (decimal): -4596627 or 7199929. OLE color: 7199929.

HSL color Cylindrical-coordinate representation of color #B9DC6D: hue angle of 78.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9DC6D is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB185220109-
CMYK0.1600.500.14
HSL78.92º61.33%64.51%-
HSV(B)78.92º50.45%86.27%-
XYZ48.3662.624-
YUV196.8878.4119.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 109 (42.97% from 255) = 21.21%
R=35.99%
G=42.80%
B=21.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201090.1600.500.1478.9261.3364.51
HexB9DC6D10032E4f3d41
Octal271334155200621611775101
Binary10111001110111001101101100000110010111010011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC6D; }

 p { color: rgb(185,220,109); }

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

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

 a { background-color: rgb(185,220,109); }

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

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

 span { border-color: rgb(185,220,109); }

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