#BBE078

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

Shades of Sulu #BBE078

Tints of Sulu #BBE078

Color information

#BBE078 (or 0xBBE078) is unknown color: approx Sulu. HEX triplet: BB, E0 and 78. RGB value is (187,224,120). Sum of RGB (Red+Green+Blue) = 187+224+120=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE078 is #441F87. Grayscale: #C9C9C9. Windows color (decimal): -4464520 or 7921851. OLE color: 7921851.

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

Color convert

RGB187224120-
CMYK0.1700.460.12
HSL81.35º62.65%67.45%-
HSV(B)81.35º46.43%87.84%-
XYZ50.5465.2327.7-
YUV201.0882.24117.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=35.22%
G=42.18%
B=22.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241200.1700.460.1281.3562.6567.45
HexBBE0781102EC513f43
Octal273340170210561412177103
Binary10111011111000001111000100010101110110010100011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE078; }

 p { color: rgb(187,224,120); }

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

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

 a { background-color: rgb(187,224,120); }

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

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

 span { border-color: rgb(187,224,120); }

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