Html Css Color HEX #AABC2A Bahia

📋 copy color: '#AABC2A'

red 170 ◦ green 188 ◦ blue 42

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

Shades of Bahia #AABC2A

Tints of Bahia #AABC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

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

R = 42.5%
G = 47%
B = 10.5%

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

#AABC2A (or 0xAABC2A) is known color: Bahia. HEX triplet: AA, BC and 2A. RGB value is (170,188,42). Sum of RGB (Red+Green+Blue) = 170+188+42=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC2A is #5543D5. Grayscale: #A6A6A6. Windows color (decimal): -5587926 or 2800810. OLE color: 2800810.

HSL color Cylindrical-coordinate representation of color #AABC2A: hue angle of 67.4º degrees, saturation: 0.63, 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 #AABC2A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 42 -
CMYK 0.10 0 0.78 0.26
HSL 67.4º 0.63% 0.45% -
HSV(B) 67.4º 0.78% 0.74% -
XYZ 34.98 44.68 8.97 -
YUV 165.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 170 188 42 0.10 0 0.78 0.26 67.4 0.63 0.45
Hex AA BC 2A A 0 4E 1A 43 3F 2D
Octal 252 274 52 12 0 116 32 103 77 55
Binary 10101010 10111100 101010 1010 0 1001110 11010 1000011 111111 101101

Color Harmonies of #AABC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC2A

Black with #AABC2A

Text Example


Text Example

White with #AABC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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