#BAED6F

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

Shades of Sulu #BAED6F

Tints of Sulu #BAED6F

Color information

#BAED6F (or 0xBAED6F) is unknown color: approx Sulu. HEX triplet: BA, ED and 6F. RGB value is (186,237,111). Sum of RGB (Red+Green+Blue) = 186+237+111=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAED6F is #451290. Grayscale: #CFCFCF. Windows color (decimal): -4526737 or 7335354. OLE color: 7335354.

HSL color Cylindrical-coordinate representation of color #BAED6F: hue angle of 84.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAED6F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB186237111-
CMYK0.2200.530.07
HSL84.29º77.78%68.24%-
HSV(B)84.29º53.16%92.94%-
XYZ53.472.1626.15-
YUV207.3973.6112.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 111 (43.75% from 255) = 20.79%
R=34.83%
G=44.38%
B=20.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371110.2200.530.0784.2977.7868.24
HexBAED6F160357544e44
Octal272355157260657124116104
Binary10111010111011011101111101100110101111101010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED6F; }

 p { color: rgb(186,237,111); }

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

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

 a { background-color: rgb(186,237,111); }

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

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

 span { border-color: rgb(186,237,111); }

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