#BBE072

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

Shades of Sulu #BBE072

Tints of Sulu #BBE072

Color information

#BBE072 (or 0xBBE072) is unknown color: approx Sulu. HEX triplet: BB, E0 and 72. RGB value is (187,224,114). Sum of RGB (Red+Green+Blue) = 187+224+114=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE072 is #441F8D. Grayscale: #C8C8C8. Windows color (decimal): -4464526 or 7528635. OLE color: 7528635.

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

Color convert

RGB187224114-
CMYK0.1700.490.12
HSL80.18º63.95%66.27%-
HSV(B)80.18º49.11%87.84%-
XYZ50.1965.0925.84-
YUV200.479.24118.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 114 (44.92% from 255) = 21.71%
R=35.62%
G=42.67%
B=21.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241140.1700.490.1280.1863.9566.27
HexBBE07211031C504042
Octal2733401622106114120100102
Binary101110111110000011100101000101100011100101000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE072; }

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

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

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

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

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

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

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

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