#B9DF6E

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

Shades of Sulu #B9DF6E

Tints of Sulu #B9DF6E

Color information

#B9DF6E (or 0xB9DF6E) is unknown color: approx Sulu. HEX triplet: B9, DF and 6E. RGB value is (185,223,110). Sum of RGB (Red+Green+Blue) = 185+223+110=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF6E is #462091. Grayscale: #C7C7C7. Windows color (decimal): -4595858 or 7266233. OLE color: 7266233.

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

Color convert

RGB185223110-
CMYK0.1700.510.13
HSL80.18º63.84%65.29%-
HSV(B)80.18º50.67%87.45%-
XYZ49.2164.2224.55-
YUV198.7677.91118.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 223 (87.5% from 255) = 43.05%
BLUE value IS 110 (43.36% from 255) = 21.24%
R=35.71%
G=43.05%
B=21.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852231100.1700.510.1380.1863.8465.29
HexB9DF6E11033D504041
Octal2713371562106315120100101
Binary101110011101111111011101000101100111101101000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DF6E; }

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

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

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

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

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

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

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

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