#BAED83

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

Shades of Sulu #BAED83

Tints of Sulu #BAED83

Color information

#BAED83 (or 0xBAED83) is unknown color: approx Sulu. HEX triplet: BA, ED and 83. RGB value is (186,237,131). Sum of RGB (Red+Green+Blue) = 186+237+131=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED83 is #45127C. Grayscale: #D2D2D2. Windows color (decimal): -4526717 or 8646074. OLE color: 8646074.

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

Color convert

RGB186237131-
CMYK0.2200.450.07
HSL88.87º74.65%72.16%-
HSV(B)88.87º44.73%92.94%-
XYZ54.6372.6532.62-
YUV209.6783.6111.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 237 (92.97% from 255) = 42.78%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=33.57%
G=42.78%
B=23.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371310.2200.450.0788.8774.6572.16
HexBAED831602D7594b48
Octal272355203260557131113110
Binary101110101110110110000011101100101101111101100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED83; }

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

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

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

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

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

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

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

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