#BAEB76

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

Shades of Sulu #BAEB76

Tints of Sulu #BAEB76

Color information

#BAEB76 (or 0xBAEB76) is unknown color: approx Sulu. HEX triplet: BA, EB and 76. RGB value is (186,235,118). Sum of RGB (Red+Green+Blue) = 186+235+118=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB76 is #451489. Grayscale: #CFCFCF. Windows color (decimal): -4527242 or 7793594. OLE color: 7793594.

HSL color Cylindrical-coordinate representation of color #BAEB76: hue angle of 85.13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAEB76 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB186235118-
CMYK0.2100.500.08
HSL85.13º74.52%69.22%-
HSV(B)85.13º49.79%92.16%-
XYZ53.2371.1628.07-
YUV207.0177.77113.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=34.51%
G=43.60%
B=21.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351180.2100.500.0885.1374.5269.22
HexBAEB76150328554b45
Octal2723531662506210125113105
Binary101110101110101111101101010101100101000101010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB76; }

 p { color: rgb(186,235,118); }

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

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

 a { background-color: rgb(186,235,118); }

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

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

 span { border-color: rgb(186,235,118); }

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