#BBE370

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

Shades of Sulu #BBE370

Tints of Sulu #BBE370

Color information

#BBE370 (or 0xBBE370) is unknown color: approx Sulu. HEX triplet: BB, E3 and 70. RGB value is (187,227,112). Sum of RGB (Red+Green+Blue) = 187+227+112=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE370 is #441C8F. Grayscale: #CACACA. Windows color (decimal): -4463760 or 7398331. OLE color: 7398331.

HSL color Cylindrical-coordinate representation of color #BBE370: hue angle of 80.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBE370 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB187227112-
CMYK0.1800.510.11
HSL80.87º67.25%66.47%-
HSV(B)80.87º50.66%89.02%-
XYZ50.8966.6725.52-
YUV201.9377.25117.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=35.55%
G=43.16%
B=21.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872271120.1800.510.1180.8767.2566.47
HexBBE37012033B514342
Octal2733431602206313121103102
Binary101110111110001111100001001001100111011101000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE370; }

 p { color: rgb(187,227,112); }

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

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

 a { background-color: rgb(187,227,112); }

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

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

 span { border-color: rgb(187,227,112); }

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