#BAED90

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

Shades of Sulu #BAED90

Tints of Sulu #BAED90

Color information

#BAED90 (or 0xBAED90) is unknown color: approx Sulu. HEX triplet: BA, ED and 90. RGB value is (186,237,144). Sum of RGB (Red+Green+Blue) = 186+237+144=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED90 is #45126F. Grayscale: #D3D3D3. Windows color (decimal): -4526704 or 9498042. OLE color: 9498042.

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

Color convert

RGB186237144-
CMYK0.2200.390.07
HSL92.9º72.09%74.71%-
HSV(B)92.9º39.24%92.94%-
XYZ55.5773.0237.55-
YUV211.1590.1110.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 237 (92.97% from 255) = 41.80%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=32.80%
G=41.80%
B=25.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371440.2200.390.0792.972.0974.71
HexBAED901602775d484b
Octal272355220260477135110113
Binary101110101110110110010000101100100111111101110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED90; }

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

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

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

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

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

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

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

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