#B9DF83

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

Shades of Sulu #B9DF83

Tints of Sulu #B9DF83

Color information

#B9DF83 (or 0xB9DF83) is unknown color: approx Sulu. HEX triplet: B9, DF and 83. RGB value is (185,223,131). Sum of RGB (Red+Green+Blue) = 185+223+131=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF83 is #46207C. Grayscale: #C9C9C9. Windows color (decimal): -4595837 or 8642489. OLE color: 8642489.

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

Color convert

RGB185223131-
CMYK0.1700.410.13
HSL84.78º58.97%69.41%-
HSV(B)84.78º41.26%87.45%-
XYZ50.4964.7331.31-
YUV201.1588.41116.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=34.32%
G=41.37%
B=24.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852231310.1700.410.1384.7858.9769.41
HexB9DF8311029D553b45
Octal271337203210511512573105
Binary101110011101111110000011100010101001110110101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DF83; }

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

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

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

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

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

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

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

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