Html Css Color HEX #AABD2A Bahia

📋 copy color: '#AABD2A'

red 170 ◦ green 189 ◦ blue 42

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

Shades of Bahia #AABD2A

Tints of Bahia #AABD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 42.39%
G = 47.13%
B = 10.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#AABD2A (or 0xAABD2A) is known color: Bahia. HEX triplet: AA, BD and 2A. RGB value is (170,189,42). Sum of RGB (Red+Green+Blue) = 170+189+42=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD2A is #5542D5. Grayscale: #A7A7A7. Windows color (decimal): -5587670 or 2801066. OLE color: 2801066.

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

Color convert

RGB 170 189 42 -
CMYK 0.10 0 0.78 0.26
HSL 67.76º 0.64% 0.45% -
HSV(B) 67.76º 0.78% 0.74% -
XYZ 35.19 45.11 9.04 -
YUV 166.56 57.71 130.45 -
System Red Green Blue C M Y K H S L
Decimal 170 189 42 0.10 0 0.78 0.26 67.76 0.64 0.45
Hex AA BD 2A A 0 4E 1A 44 40 2D
Octal 252 275 52 12 0 116 32 104 100 55
Binary 10101010 10111101 101010 1010 0 1001110 11010 1000100 1000000 101101

Color Harmonies of #AABD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD2A

Black with #AABD2A

Text Example


Text Example

White with #AABD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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