#BAED85

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

Shades of Sulu #BAED85

Tints of Sulu #BAED85

Color information

#BAED85 (or 0xBAED85) is unknown color: approx Sulu. HEX triplet: BA, ED and 85. RGB value is (186,237,133). Sum of RGB (Red+Green+Blue) = 186+237+133=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED85 is #45127A. Grayscale: #D2D2D2. Windows color (decimal): -4526715 or 8777146. OLE color: 8777146.

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

Color convert

RGB186237133-
CMYK0.2200.440.07
HSL89.42º74.29%72.55%-
HSV(B)89.42º43.88%92.94%-
XYZ54.7772.733.34-
YUV209.984.6110.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=33.45%
G=42.63%
B=23.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371330.2200.440.0789.4274.2972.55
HexBAED851602C7594a49
Octal272355205260547131112111
Binary101110101110110110000101101100101100111101100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED85; }

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

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

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

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

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

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

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

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