#BAED81

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

Shades of Sulu #BAED81

Tints of Sulu #BAED81

Color information

#BAED81 (or 0xBAED81) is unknown color: approx Sulu. HEX triplet: BA, ED and 81. RGB value is (186,237,129). Sum of RGB (Red+Green+Blue) = 186+237+129=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED81 is #45127E. Grayscale: #D1D1D1. Windows color (decimal): -4526719 or 8515002. OLE color: 8515002.

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

Color convert

RGB186237129-
CMYK0.2200.460.07
HSL88.33º75%71.76%-
HSV(B)88.33º45.57%92.94%-
XYZ54.572.5931.91-
YUV209.4482.6111.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=33.70%
G=42.93%
B=23.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371290.2200.460.0788.337571.76
HexBAED811602E7584b48
Octal272355201260567130113110
Binary101110101110110110000001101100101110111101100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED81; }

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

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

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

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

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

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

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

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