#BAE677

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

Shades of Sulu #BAE677

Tints of Sulu #BAE677

Color information

#BAE677 (or 0xBAE677) is unknown color: approx Sulu. HEX triplet: BA, E6 and 77. RGB value is (186,230,119). Sum of RGB (Red+Green+Blue) = 186+230+119=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE677 is #451988. Grayscale: #CCCCCC. Windows color (decimal): -4528521 or 7857850. OLE color: 7857850.

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

Color convert

RGB186230119-
CMYK0.1900.480.10
HSL83.78º68.94%68.43%-
HSV(B)83.78º48.26%90.2%-
XYZ51.8868.3627.91-
YUV204.1979.92115.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 119 (46.88% from 255) = 22.24%
R=34.77%
G=42.99%
B=22.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301190.1900.480.1083.7868.9468.43
HexBAE67713030A544544
Octal2723461672306012124105104
Binary101110101110011011101111001101100001010101010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE677; }

 p { color: rgb(186,230,119); }

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

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

 a { background-color: rgb(186,230,119); }

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

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

 span { border-color: rgb(186,230,119); }

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