#B9DD7A

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

Shades of Sulu #B9DD7A

Tints of Sulu #B9DD7A

Color information

#B9DD7A (or 0xB9DD7A) is unknown color: approx Sulu. HEX triplet: B9, DD and 7A. RGB value is (185,221,122). Sum of RGB (Red+Green+Blue) = 185+221+122=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD7A is #462285. Grayscale: #C7C7C7. Windows color (decimal): -4596358 or 8052153. OLE color: 8052153.

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

Color convert

RGB185221122-
CMYK0.1600.450.13
HSL81.82º59.28%67.25%-
HSV(B)81.82º44.8%86.67%-
XYZ49.3863.4328.05-
YUV198.9584.57118.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=35.04%
G=41.86%
B=23.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211220.1600.450.1381.8259.2867.25
HexB9DD7A1002DD523b43
Octal271335172200551512273103
Binary10111001110111011111010100000101101110110100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DD7A; }

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

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

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

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

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

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

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

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