#BAEC6A

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

Shades of Sulu #BAEC6A

Tints of Sulu #BAEC6A

Color information

#BAEC6A (or 0xBAEC6A) is unknown color: approx Sulu. HEX triplet: BA, EC and 6A. RGB value is (186,236,106). Sum of RGB (Red+Green+Blue) = 186+236+106=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC6A is #451395. Grayscale: #CECECE. Windows color (decimal): -4526998 or 7007418. OLE color: 7007418.

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

Color convert

RGB186236106-
CMYK0.2100.550.07
HSL83.08º77.38%67.06%-
HSV(B)83.08º55.08%92.55%-
XYZ52.8571.4724.65-
YUV206.2371.44113.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 236 (92.58% from 255) = 44.70%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=35.23%
G=44.70%
B=20.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361060.2100.550.0783.0877.3867.06
HexBAEC6A150377534d43
Octal272354152250677123115103
Binary10111010111011001101010101010110111111101001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC6A; }

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

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

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

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

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

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

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

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