#B9D87D

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

Shades of Sulu #B9D87D

Tints of Sulu #B9D87D

Color information

#B9D87D (or 0xB9D87D) is unknown color: approx Sulu. HEX triplet: B9, D8 and 7D. RGB value is (185,216,125). Sum of RGB (Red+Green+Blue) = 185+216+125=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D87D is #462782. Grayscale: #C4C4C4. Windows color (decimal): -4597635 or 8247481. OLE color: 8247481.

HSL color Cylindrical-coordinate representation of color #B9D87D: hue angle of 80.44º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9D87D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB185216125-
CMYK0.1400.420.15
HSL80.44º53.85%66.86%-
HSV(B)80.44º42.13%84.71%-
XYZ48.2760.9128.61-
YUV196.3687.73119.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=35.17%
G=41.06%
B=23.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852161250.1400.420.1580.4453.8566.86
HexB9D87DE02AF503643
Octal271330175160521712066103
Binary1011100111011000111110111100101010111110100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D87D; }

 p { color: rgb(185,216,125); }

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

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

 a { background-color: rgb(185,216,125); }

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

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

 span { border-color: rgb(185,216,125); }

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