#BAE96D

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

Shades of Sulu #BAE96D

Tints of Sulu #BAE96D

Color information

#BAE96D (or 0xBAE96D) is unknown color: approx Sulu. HEX triplet: BA, E9 and 6D. RGB value is (186,233,109). Sum of RGB (Red+Green+Blue) = 186+233+109=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96D is #451692. Grayscale: #CDCDCD. Windows color (decimal): -4527763 or 7203258. OLE color: 7203258.

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

Color convert

RGB186233109-
CMYK0.2000.530.09
HSL82.74º73.81%67.06%-
HSV(B)82.74º53.22%91.37%-
XYZ52.1569.8225.2-
YUV204.8173.93114.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 109 (42.97% from 255) = 20.64%
R=35.23%
G=44.13%
B=20.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331090.2000.530.0982.7473.8167.06
HexBAE96D140359534a43
Octal2723511552406511123112103
Binary101110101110100111011011010001101011001101001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE96D; }

 p { color: rgb(186,233,109); }

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

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

 a { background-color: rgb(186,233,109); }

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

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

 span { border-color: rgb(186,233,109); }

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