Html Css Color HEX #AAB913 Bahia

📋 copy color: '#AAB913'

red 170 ◦ green 185 ◦ blue 19

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

Shades of Bahia #AAB913

Tints of Bahia #AAB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 45.45%
G = 49.47%
B = 5.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#AAB913 (or 0xAAB913) is known color: Bahia. HEX triplet: AA, B9 and 13. RGB value is (170,185,19). Sum of RGB (Red+Green+Blue) = 170+185+19=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB913 is #5546EC. Grayscale: #A2A2A2. Windows color (decimal): -5588717 or 1292714. OLE color: 1292714.

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

Color convert

RGB 170 185 19 -
CMYK 0.08 0 0.90 0.27
HSL 65.42º 0.81% 0.4% -
HSV(B) 65.42º 0.9% 0.73% -
XYZ 34.04 43.29 7.18 -
YUV 161.59 47.53 134 -
System Red Green Blue C M Y K H S L
Decimal 170 185 19 0.08 0 0.90 0.27 65.42 0.81 0.4
Hex AA B9 13 8 0 5A 1B 41 51 28
Octal 252 271 23 10 0 132 33 101 121 50
Binary 10101010 10111001 10011 1000 0 1011010 11011 1000001 1010001 101000

Color Harmonies of #AAB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB913

Black with #AAB913

Text Example


Text Example

White with #AAB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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