#BAE779

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

Shades of Sulu #BAE779

Tints of Sulu #BAE779

Color information

#BAE779 (or 0xBAE779) is unknown color: approx Sulu. HEX triplet: BA, E7 and 79. RGB value is (186,231,121). Sum of RGB (Red+Green+Blue) = 186+231+121=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE779 is #451886. Grayscale: #CDCDCD. Windows color (decimal): -4528263 or 7989178. OLE color: 7989178.

HSL color Cylindrical-coordinate representation of color #BAE779: hue angle of 84.55º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE779 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB186231121-
CMYK0.1900.480.09
HSL84.55º69.62%69.02%-
HSV(B)84.55º47.62%90.59%-
XYZ52.2868.9728.65-
YUV20580.59114.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 121 (47.66% from 255) = 22.49%
R=34.57%
G=42.94%
B=22.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311210.1900.480.0984.5569.6269.02
HexBAE779130309554645
Octal2723471712306011125106105
Binary101110101110011111110011001101100001001101010110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE779; }

 p { color: rgb(186,231,121); }

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

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

 a { background-color: rgb(186,231,121); }

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

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

 span { border-color: rgb(186,231,121); }

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