Html Css Color HEX #AABD2C Bahia

📋 copy color: '#AABD2C'

red 170 ◦ green 189 ◦ blue 44

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

Shades of Bahia #AABD2C

Tints of Bahia #AABD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.92%

R = 42.18%
G = 46.9%
B = 10.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#AABD2C (or 0xAABD2C) is known color: Bahia. HEX triplet: AA, BD and 2C. RGB value is (170,189,44). Sum of RGB (Red+Green+Blue) = 170+189+44=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD2C is #5542D3. Grayscale: #A7A7A7. Windows color (decimal): -5587668 or 2932138. OLE color: 2932138.

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

Color convert

RGB 170 189 44 -
CMYK 0.10 0 0.77 0.26
HSL 67.86º 0.62% 0.46% -
HSV(B) 67.86º 0.77% 0.74% -
XYZ 35.23 45.12 9.24 -
YUV 166.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 170 189 44 0.10 0 0.77 0.26 67.86 0.62 0.46
Hex AA BD 2C A 0 4D 1A 44 3E 2E
Octal 252 275 54 12 0 115 32 104 76 56
Binary 10101010 10111101 101100 1010 0 1001101 11010 1000100 111110 101110

Color Harmonies of #AABD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD2C

Black with #AABD2C

Text Example


Text Example

White with #AABD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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