Html Css Color HEX #AAB914 Bahia

📋 copy color: '#AAB914'

red 170 ◦ green 185 ◦ blue 20

#AAB914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AAB914

Tints of Bahia #AAB914

RGB

 RED value IS 170 (66.8% from 255) = 45.33%

 GREEN value IS 185 (72.66% from 255) = 49.33%

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 45.33%
G = 49.33%
B = 5.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#AAB914 (or 0xAAB914) is known color: Bahia. HEX triplet: AA, B9 and 14. RGB value is (170,185,20). Sum of RGB (Red+Green+Blue) = 170+185+20=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB914 is #5546EB. Grayscale: #A2A2A2. Windows color (decimal): -5588716 or 1358250. OLE color: 1358250.

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

Color convert

RGB 170 185 20 -
CMYK 0.08 0 0.89 0.27
HSL 65.45º 0.8% 0.4% -
HSV(B) 65.45º 0.89% 0.73% -
XYZ 34.05 43.29 7.22 -
YUV 161.71 48.03 133.92 -
System Red Green Blue C M Y K H S L
Decimal 170 185 20 0.08 0 0.89 0.27 65.45 0.8 0.4
Hex AA B9 14 8 0 59 1B 41 50 28
Octal 252 271 24 10 0 131 33 101 120 50
Binary 10101010 10111001 10100 1000 0 1011001 11011 1000001 1010000 101000

Color Harmonies of #AAB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB914

Black with #AAB914

Text Example


Text Example

White with #AAB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB914; }

 p { color: rgb(170,185,20); }

 H1.HeaderClassName
 {
   color: #AAB914;
 }
 .AnyTagClassName
 {
   color: #AAB914;
 }
</style>

background-color css

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

 a { background-color: rgb(170,185,20); }

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

border-color css

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

 span { border-color: rgb(170,185,20); }

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