Html Css Color HEX #AABD14 Bahia

📋 copy color: '#AABD14'

red 170 ◦ green 189 ◦ blue 20

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

Shades of Bahia #AABD14

Tints of Bahia #AABD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.87%

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

R = 44.85%
G = 49.87%
B = 5.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#AABD14 (or 0xAABD14) is known color: Bahia. HEX triplet: AA, BD and 14. RGB value is (170,189,20). Sum of RGB (Red+Green+Blue) = 170+189+20=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD14 is #5542EB. Grayscale: #A4A4A4. Windows color (decimal): -5587692 or 1359274. OLE color: 1359274.

HSL color Cylindrical-coordinate representation of color #AABD14: hue angle of 66.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AABD14 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 20 -
CMYK 0.10 0 0.89 0.26
HSL 66.75º 0.81% 0.41% -
HSV(B) 66.75º 0.89% 0.74% -
XYZ 34.9 44.99 7.51 -
YUV 164.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 170 189 20 0.10 0 0.89 0.26 66.75 0.81 0.41
Hex AA BD 14 A 0 59 1A 43 51 29
Octal 252 275 24 12 0 131 32 103 121 51
Binary 10101010 10111101 10100 1010 0 1011001 11010 1000011 1010001 101001

Color Harmonies of #AABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD14

Black with #AABD14

Text Example


Text Example

White with #AABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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