#B9E080

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

Shades of Sulu #B9E080

Tints of Sulu #B9E080

Color information

#B9E080 (or 0xB9E080) is unknown color: approx Sulu. HEX triplet: B9, E0 and 80. RGB value is (185,224,128). Sum of RGB (Red+Green+Blue) = 185+224+128=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E080 is #461F7F. Grayscale: #C9C9C9. Windows color (decimal): -4595584 or 8446137. OLE color: 8446137.

HSL color Cylindrical-coordinate representation of color #B9E080: hue angle of 84.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9E080 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB185224128-
CMYK0.1700.430.12
HSL84.38º60.76%69.02%-
HSV(B)84.38º42.86%87.84%-
XYZ50.5665.1830.34-
YUV201.486.58116.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=34.45%
G=41.71%
B=23.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852241280.1700.430.1284.3860.7669.02
HexB9E0801102BC543d45
Octal271340200210531412475105
Binary101110011110000010000000100010101011110010101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E080; }

 p { color: rgb(185,224,128); }

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

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

 a { background-color: rgb(185,224,128); }

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

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

 span { border-color: rgb(185,224,128); }

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