#B9DC7C

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

Shades of Sulu #B9DC7C

Tints of Sulu #B9DC7C

Color information

#B9DC7C (or 0xB9DC7C) is unknown color: approx Sulu. HEX triplet: B9, DC and 7C. RGB value is (185,220,124). Sum of RGB (Red+Green+Blue) = 185+220+124=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC7C is #462383. Grayscale: #C6C6C6. Windows color (decimal): -4596612 or 8182969. OLE color: 8182969.

HSL color Cylindrical-coordinate representation of color #B9DC7C: hue angle of 81.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9DC7C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB185220124-
CMYK0.1600.440.14
HSL81.88º57.83%67.45%-
HSV(B)81.88º43.64%86.27%-
XYZ49.2462.9628.63-
YUV198.5985.9118.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 124 (48.83% from 255) = 23.44%
R=34.97%
G=41.59%
B=23.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201240.1600.440.1481.8857.8367.45
HexB9DC7C1002CE523a43
Octal271334174200541612272103
Binary10111001110111001111100100000101100111010100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC7C; }

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

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

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

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

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

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

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

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