Html Css Color HEX #AABC1A Bahia

📋 copy color: '#AABC1A'

red 170 ◦ green 188 ◦ blue 26

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

Shades of Bahia #AABC1A

Tints of Bahia #AABC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 44.27%
G = 48.96%
B = 6.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#AABC1A (or 0xAABC1A) is known color: Bahia. HEX triplet: AA, BC and 1A. RGB value is (170,188,26). Sum of RGB (Red+Green+Blue) = 170+188+26=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC1A is #5543E5. Grayscale: #A4A4A4. Windows color (decimal): -5587942 or 1752234. OLE color: 1752234.

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

Color convert

RGB 170 188 26 -
CMYK 0.10 0 0.86 0.26
HSL 66.67º 0.76% 0.42% -
HSV(B) 66.67º 0.86% 0.74% -
XYZ 34.75 44.59 7.75 -
YUV 164.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 170 188 26 0.10 0 0.86 0.26 66.67 0.76 0.42
Hex AA BC 1A A 0 56 1A 43 4C 2A
Octal 252 274 32 12 0 126 32 103 114 52
Binary 10101010 10111100 11010 1010 0 1010110 11010 1000011 1001100 101010

Color Harmonies of #AABC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC1A

Black with #AABC1A

Text Example


Text Example

White with #AABC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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