#BAEC6C

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

Shades of Sulu #BAEC6C

Tints of Sulu #BAEC6C

Color information

#BAEC6C (or 0xBAEC6C) is unknown color: approx Sulu. HEX triplet: BA, EC and 6C. RGB value is (186,236,108). Sum of RGB (Red+Green+Blue) = 186+236+108=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC6C is #451393. Grayscale: #CECECE. Windows color (decimal): -4526996 or 7138490. OLE color: 7138490.

HSL color Cylindrical-coordinate representation of color #BAEC6C: hue angle of 83.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAEC6C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB186236108-
CMYK0.2100.540.07
HSL83.44º77.11%67.45%-
HSV(B)83.44º54.24%92.55%-
XYZ52.9571.5125.2-
YUV206.4672.44113.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=35.09%
G=44.53%
B=20.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361080.2100.540.0783.4477.1167.45
HexBAEC6C150367534d43
Octal272354154250667123115103
Binary10111010111011001101100101010110110111101001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC6C; }

 p { color: rgb(186,236,108); }

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

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

 a { background-color: rgb(186,236,108); }

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

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

 span { border-color: rgb(186,236,108); }

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