#BAE477

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

Shades of Sulu #BAE477

Tints of Sulu #BAE477

Color information

#BAE477 (or 0xBAE477) is unknown color: approx Sulu. HEX triplet: BA, E4 and 77. RGB value is (186,228,119). Sum of RGB (Red+Green+Blue) = 186+228+119=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE477 is #451B88. Grayscale: #CBCBCB. Windows color (decimal): -4529033 or 7857338. OLE color: 7857338.

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

Color convert

RGB186228119-
CMYK0.1800.480.11
HSL83.12º66.87%68.04%-
HSV(B)83.12º47.81%89.41%-
XYZ51.3267.2627.73-
YUV203.0280.59115.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 119 (46.88% from 255) = 22.33%
R=34.90%
G=42.78%
B=22.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281190.1800.480.1183.1266.8768.04
HexBAE47712030B534344
Octal2723441672206013123103104
Binary101110101110010011101111001001100001011101001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE477; }

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

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

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

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

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

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

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

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