#AEBD13

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

Shades of Bahia #AEBD13

Tints of Bahia #AEBD13

Color information

#AEBD13 (or 0xAEBD13) is unknown color: approx Bahia. HEX triplet: AE, BD and 13. RGB value is (174,189,19). Sum of RGB (Red+Green+Blue) = 174+189+19=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD13 is #5142EC. Grayscale: #A5A5A5. Windows color (decimal): -5325549 or 1293742. OLE color: 1293742.

HSL color Cylindrical-coordinate representation of color #AEBD13: hue angle of 65.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEBD13 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB17418919-
CMYK0.0800.900.26
HSL65.29º81.73%40.78%-
HSV(B)65.29º89.95%74.12%-
XYZ35.7745.447.5-
YUV165.1445.53134.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 189 (74.22% from 255) = 49.48%
BLUE value IS 19 (7.81% from 255) = 4.97%
R=45.55%
G=49.48%
B=4.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189190.0800.900.2665.2981.7340.78
HexAEBD13805A1A415229
Octal256275231001323210112251
Binary1010111010111101100111000010110101101010000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD13; }

 p { color: rgb(174,189,19); }

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

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

 a { background-color: rgb(174,189,19); }

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

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

 span { border-color: rgb(174,189,19); }

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