#BAE68F

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

Shades of Sulu #BAE68F

Tints of Sulu #BAE68F

Color information

#BAE68F (or 0xBAE68F) is unknown color: approx Sulu. HEX triplet: BA, E6 and 8F. RGB value is (186,230,143). Sum of RGB (Red+Green+Blue) = 186+230+143=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE68F is #451970. Grayscale: #CFCFCF. Windows color (decimal): -4528497 or 9430714. OLE color: 9430714.

HSL color Cylindrical-coordinate representation of color #BAE68F: hue angle of 90.34º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE68F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB186230143-
CMYK0.1900.380.10
HSL90.34º63.5%73.14%-
HSV(B)90.34º37.83%90.2%-
XYZ53.569.0236.49-
YUV206.9391.92113.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 230 (90.23% from 255) = 41.14%
BLUE value IS 143 (56.25% from 255) = 25.58%
R=33.27%
G=41.14%
B=25.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301430.1900.380.1090.3463.573.14
HexBAE68F13026A5a4049
Octal2723462172304612132100111
Binary1011101011100110100011111001101001101010101101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE68F; }

 p { color: rgb(186,230,143); }

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

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

 a { background-color: rgb(186,230,143); }

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

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

 span { border-color: rgb(186,230,143); }

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