#BAED84

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

Shades of Sulu #BAED84

Tints of Sulu #BAED84

Color information

#BAED84 (or 0xBAED84) is unknown color: approx Sulu. HEX triplet: BA, ED and 84. RGB value is (186,237,132). Sum of RGB (Red+Green+Blue) = 186+237+132=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED84 is #45127B. Grayscale: #D2D2D2. Windows color (decimal): -4526716 or 8711610. OLE color: 8711610.

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

Color convert

RGB186237132-
CMYK0.2200.440.07
HSL89.14º74.47%72.35%-
HSV(B)89.14º44.3%92.94%-
XYZ54.772.6732.97-
YUV209.7884.1111.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 237 (92.97% from 255) = 42.70%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=33.51%
G=42.70%
B=23.78%

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
Decimal1862371320.2200.440.0789.1474.4772.35
HexBAED841602C7594a48
Octal272355204260547131112110
Binary101110101110110110000100101100101100111101100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED84; }

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

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

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

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

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

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

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

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