#B9DD81

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

Shades of Sulu #B9DD81

Tints of Sulu #B9DD81

Color information

#B9DD81 (or 0xB9DD81) is unknown color: approx Sulu. HEX triplet: B9, DD and 81. RGB value is (185,221,129). Sum of RGB (Red+Green+Blue) = 185+221+129=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD81 is #46227E. Grayscale: #C8C8C8. Windows color (decimal): -4596351 or 8510905. OLE color: 8510905.

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

Color convert

RGB185221129-
CMYK0.1600.420.13
HSL83.48º57.5%68.63%-
HSV(B)83.48º41.63%86.67%-
XYZ49.8363.6130.42-
YUV199.7588.07117.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 129 (50.78% from 255) = 24.11%
R=34.58%
G=41.31%
B=24.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211290.1600.420.1383.4857.568.63
HexB9DD811002AD533a45
Octal271335201200521512372105
Binary101110011101110110000001100000101010110110100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DD81; }

 p { color: rgb(185,221,129); }

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

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

 a { background-color: rgb(185,221,129); }

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

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

 span { border-color: rgb(185,221,129); }

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