#BAE76F

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

Shades of Sulu #BAE76F

Tints of Sulu #BAE76F

Color information

#BAE76F (or 0xBAE76F) is unknown color: approx Sulu. HEX triplet: BA, E7 and 6F. RGB value is (186,231,111). Sum of RGB (Red+Green+Blue) = 186+231+111=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE76F is #451890. Grayscale: #CCCCCC. Windows color (decimal): -4528273 or 7333818. OLE color: 7333818.

HSL color Cylindrical-coordinate representation of color #BAE76F: hue angle of 82.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE76F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB186231111-
CMYK0.1900.520.09
HSL82.5º71.43%67.06%-
HSV(B)82.5º51.95%90.59%-
XYZ51.6968.7425.58-
YUV203.8675.59115.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 111 (43.75% from 255) = 21.02%
R=35.23%
G=43.75%
B=21.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311110.1900.520.0982.571.4367.06
HexBAE76F130349524743
Octal2723471572306411122107103
Binary101110101110011111011111001101101001001101001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE76F; }

 p { color: rgb(186,231,111); }

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

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

 a { background-color: rgb(186,231,111); }

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

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

 span { border-color: rgb(186,231,111); }

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