Html Css Color HEX #AABA14 Bahia

📋 copy color: '#AABA14'

red 170 ◦ green 186 ◦ blue 20

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

Shades of Bahia #AABA14

Tints of Bahia #AABA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.47%

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

R = 45.21%
G = 49.47%
B = 5.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#AABA14 (or 0xAABA14) is known color: Bahia. HEX triplet: AA, BA and 14. RGB value is (170,186,20). Sum of RGB (Red+Green+Blue) = 170+186+20=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA14 is #5545EB. Grayscale: #A2A2A2. Windows color (decimal): -5588460 or 1358506. OLE color: 1358506.

HSL color Cylindrical-coordinate representation of color #AABA14: hue angle of 65.78º degrees, saturation: 0.81, 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 #AABA14 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 20 -
CMYK 0.09 0 0.89 0.27
HSL 65.78º 0.81% 0.4% -
HSV(B) 65.78º 0.89% 0.73% -
XYZ 34.26 43.71 7.29 -
YUV 162.29 47.7 133.5 -
System Red Green Blue C M Y K H S L
Decimal 170 186 20 0.09 0 0.89 0.27 65.78 0.81 0.4
Hex AA BA 14 9 0 59 1B 42 51 28
Octal 252 272 24 11 0 131 33 102 121 50
Binary 10101010 10111010 10100 1001 0 1011001 11011 1000010 1010001 101000

Color Harmonies of #AABA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA14

Black with #AABA14

Text Example


Text Example

White with #AABA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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