#BBE580

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

Shades of Sulu #BBE580

Tints of Sulu #BBE580

Color information

#BBE580 (or 0xBBE580) is unknown color: approx Sulu. HEX triplet: BB, E5 and 80. RGB value is (187,229,128). Sum of RGB (Red+Green+Blue) = 187+229+128=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE580 is #441A7F. Grayscale: #CDCDCD. Windows color (decimal): -4463232 or 8447419. OLE color: 8447419.

HSL color Cylindrical-coordinate representation of color #BBE580: hue angle of 84.95º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE580 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB187229128-
CMYK0.1800.440.10
HSL84.95º66.01%70%-
HSV(B)84.95º44.1%89.8%-
XYZ52.4168.1630.82-
YUV204.9384.59115.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 229 (89.84% from 255) = 42.10%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=34.38%
G=42.10%
B=23.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872291280.1800.440.1084.9566.0170
HexBBE5801202CA554246
Octal2733452002205412125102106
Binary1011101111100101100000001001001011001010101010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE580; }

 p { color: rgb(187,229,128); }

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

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

 a { background-color: rgb(187,229,128); }

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

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

 span { border-color: rgb(187,229,128); }

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