#B9D983

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

Shades of Sulu #B9D983

Tints of Sulu #B9D983

Color information

#B9D983 (or 0xB9D983) is unknown color: approx Sulu. HEX triplet: B9, D9 and 83. RGB value is (185,217,131). Sum of RGB (Red+Green+Blue) = 185+217+131=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D983 is #46267C. Grayscale: #C5C5C5. Windows color (decimal): -4597373 or 8640953. OLE color: 8640953.

HSL color Cylindrical-coordinate representation of color #B9D983: hue angle of 82.33º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9D983 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB185217131-
CMYK0.1500.400.15
HSL82.33º53.09%68.24%-
HSV(B)82.33º39.63%85.1%-
XYZ48.9261.5830.78-
YUV197.6390.4118.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 131 (51.56% from 255) = 24.58%
R=34.71%
G=40.71%
B=24.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171310.1500.400.1582.3353.0968.24
HexB9D983F028F523544
Octal271331203170501712265104
Binary10111001110110011000001111110101000111110100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D983; }

 p { color: rgb(185,217,131); }

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

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

 a { background-color: rgb(185,217,131); }

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

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

 span { border-color: rgb(185,217,131); }

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