#BBE780

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

Shades of Sulu #BBE780

Tints of Sulu #BBE780

Color information

#BBE780 (or 0xBBE780) is unknown color: approx Sulu. HEX triplet: BB, E7 and 80. RGB value is (187,231,128). Sum of RGB (Red+Green+Blue) = 187+231+128=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE780 is #44187F. Grayscale: #CECECE. Windows color (decimal): -4462720 or 8447931. OLE color: 8447931.

HSL color Cylindrical-coordinate representation of color #BBE780: hue angle of 85.63º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBE780 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB187231128-
CMYK0.1900.450.09
HSL85.63º68.21%70.39%-
HSV(B)85.63º44.59%90.59%-
XYZ52.9769.2831-
YUV206.183.92114.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 231 (90.62% from 255) = 42.31%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=34.25%
G=42.31%
B=23.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872311280.1900.450.0985.6368.2170.39
HexBBE7801302D9564446
Octal2733472002305511126104106
Binary1011101111100111100000001001101011011001101011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE780; }

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

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

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

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

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

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

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

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