#BAEC7E

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

Shades of Sulu #BAEC7E

Tints of Sulu #BAEC7E

Color information

#BAEC7E (or 0xBAEC7E) is unknown color: approx Sulu. HEX triplet: BA, EC and 7E. RGB value is (186,236,126). Sum of RGB (Red+Green+Blue) = 186+236+126=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC7E is #451381. Grayscale: #D0D0D0. Windows color (decimal): -4526978 or 8318138. OLE color: 8318138.

HSL color Cylindrical-coordinate representation of color #BAEC7E: hue angle of 87.27º 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 #BAEC7E is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB186236126-
CMYK0.2100.470.07
HSL87.27º74.32%70.98%-
HSV(B)87.27º46.61%92.55%-
XYZ54.0171.9430.78-
YUV208.5181.44111.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 126 (49.61% from 255) = 22.99%
R=33.94%
G=43.07%
B=22.99%

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
Decimal1862361260.2100.470.0787.2774.3270.98
HexBAEC7E1502F7574a47
Octal272354176250577127112107
Binary10111010111011001111110101010101111111101011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC7E; }

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

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

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

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

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

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

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

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