#bae36b

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

Shades of Sulu #BAE36B

Tints of Sulu #BAE36B

Color information

#BAE36B (or 0xBAE36B) is unknown color: approx Sulu. HEX triplet: BA, E3 and 6B. RGB value is (186,227,107). Sum of RGB (Red+Green+Blue) = 186+227+107=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE36B is #451C94. Grayscale: #C9C9C9. Windows color (decimal): -4529301 or 7070650. OLE color: 7070650.

HSL color Cylindrical-coordinate representation of color #BAE36B: hue angle of 80.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE36B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB186227107-
CMYK0.1800.530.11
HSL80.5º68.18%65.49%-
HSV(B)80.5º52.86%89.02%-
XYZ50.3766.4424.08-
YUV201.0674.92117.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 227 (89.06% from 255) = 43.65%
BLUE value IS 107 (42.19% from 255) = 20.58%
R=35.77%
G=43.65%
B=20.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271070.1800.530.1180.568.1865.49
HexBAE36B12035B504441
Octal2723431532206513120104101
Binary101110101110001111010111001001101011011101000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae36b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae36b; }

 p { color: rgb(186,227,107); }

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

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

 a { background-color: rgb(186,227,107); }

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

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

 span { border-color: rgb(186,227,107); }

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