#AEB814

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

Shades of Bahia #AEB814

Tints of Bahia #AEB814

Color information

#AEB814 (or 0xAEB814) is unknown color: approx Bahia. HEX triplet: AE, B8 and 14. RGB value is (174,184,20). Sum of RGB (Red+Green+Blue) = 174+184+20=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB814 is #5147EB. Grayscale: #A2A2A2. Windows color (decimal): -5326828 or 1357998. OLE color: 1357998.

HSL color Cylindrical-coordinate representation of color #AEB814: hue angle of 63.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEB814 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB17418420-
CMYK0.0500.890.28
HSL63.66º80.39%40%-
HSV(B)63.66º89.13%72.16%-
XYZ34.7243.337.2-
YUV162.3147.69136.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 184 (72.27% from 255) = 48.68%
BLUE value IS 20 (8.20% from 255) = 5.29%
R=46.03%
G=48.68%
B=5.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184200.0500.890.2863.6680.3940
HexAEB81450591C405028
Octal25627024501313410012050
Binary101011101011100010100101010110011110010000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB814; }

 p { color: rgb(174,184,20); }

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

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

 a { background-color: rgb(174,184,20); }

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

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

 span { border-color: rgb(174,184,20); }

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