#BAED6E

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

Shades of Sulu #BAED6E

Tints of Sulu #BAED6E

Color information

#BAED6E (or 0xBAED6E) is unknown color: approx Sulu. HEX triplet: BA, ED and 6E. RGB value is (186,237,110). Sum of RGB (Red+Green+Blue) = 186+237+110=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAED6E is #451291. Grayscale: #CFCFCF. Windows color (decimal): -4526738 or 7269818. OLE color: 7269818.

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

Color convert

RGB186237110-
CMYK0.2200.540.07
HSL84.09º77.91%68.04%-
HSV(B)84.09º53.59%92.94%-
XYZ53.3572.1325.86-
YUV207.2773.1112.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 110 (43.36% from 255) = 20.64%
R=34.90%
G=44.47%
B=20.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371100.2200.540.0784.0977.9168.04
HexBAED6E160367544e44
Octal272355156260667124116104
Binary10111010111011011101110101100110110111101010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED6E; }

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

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

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

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

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

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

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

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