#BBE074

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

Shades of Sulu #BBE074

Tints of Sulu #BBE074

Color information

#BBE074 (or 0xBBE074) is unknown color: approx Sulu. HEX triplet: BB, E0 and 74. RGB value is (187,224,116). Sum of RGB (Red+Green+Blue) = 187+224+116=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE074 is #441F8B. Grayscale: #C9C9C9. Windows color (decimal): -4464524 or 7659707. OLE color: 7659707.

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

Color convert

RGB187224116-
CMYK0.1700.480.12
HSL80.56º63.53%66.67%-
HSV(B)80.56º48.21%87.84%-
XYZ50.365.1426.44-
YUV200.6280.24118.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=35.48%
G=42.50%
B=22.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241160.1700.480.1280.5663.5366.67
HexBBE07411030C514043
Octal2733401642106014121100103
Binary101110111110000011101001000101100001100101000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE074; }

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

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

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

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

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

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

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

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