Html Css Color HEX #AAB814 Bahia

📋 copy color: '#AAB814'

red 170 ◦ green 184 ◦ blue 20

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

Shades of Bahia #AAB814

Tints of Bahia #AAB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.2%

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

R = 45.45%
G = 49.2%
B = 5.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#AAB814 (or 0xAAB814) is known color: Bahia. HEX triplet: AA, B8 and 14. RGB value is (170,184,20). Sum of RGB (Red+Green+Blue) = 170+184+20=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB814 is #5547EB. Grayscale: #A1A1A1. Windows color (decimal): -5588972 or 1357994. OLE color: 1357994.

HSL color Cylindrical-coordinate representation of color #AAB814: hue angle of 65.12º 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 #AAB814 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 20 -
CMYK 0.08 0 0.89 0.28
HSL 65.12º 0.8% 0.4% -
HSV(B) 65.12º 0.89% 0.72% -
XYZ 33.84 42.88 7.15 -
YUV 161.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 170 184 20 0.08 0 0.89 0.28 65.12 0.8 0.4
Hex AA B8 14 8 0 59 1C 41 50 28
Octal 252 270 24 10 0 131 34 101 120 50
Binary 10101010 10111000 10100 1000 0 1011001 11100 1000001 1010000 101000

Color Harmonies of #AAB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB814

Black with #AAB814

Text Example


Text Example

White with #AAB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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