#BAEC7D

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

Shades of Sulu #BAEC7D

Tints of Sulu #BAEC7D

Color information

#BAEC7D (or 0xBAEC7D) is unknown color: approx Sulu. HEX triplet: BA, EC and 7D. RGB value is (186,236,125). Sum of RGB (Red+Green+Blue) = 186+236+125=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC7D is #451382. Grayscale: #D0D0D0. Windows color (decimal): -4526979 or 8252602. OLE color: 8252602.

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

Color convert

RGB186236125-
CMYK0.2100.470.07
HSL87.03º74.5%70.78%-
HSV(B)87.03º47.03%92.55%-
XYZ53.9571.9130.44-
YUV208.480.94112.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=34.00%
G=43.14%
B=22.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361250.2100.470.0787.0374.570.78
HexBAEC7D1502F7574a47
Octal272354175250577127112107
Binary10111010111011001111101101010101111111101011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC7D; }

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

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

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

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

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

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

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

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