Html Css Color HEX #AABA1C Bahia

📋 copy color: '#AABA1C'

red 170 ◦ green 186 ◦ blue 28

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

Shades of Bahia #AABA1C

Tints of Bahia #AABA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 44.27%
G = 48.44%
B = 7.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#AABA1C (or 0xAABA1C) is known color: Bahia. HEX triplet: AA, BA and 1C. RGB value is (170,186,28). Sum of RGB (Red+Green+Blue) = 170+186+28=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA1C is #5545E3. Grayscale: #A3A3A3. Windows color (decimal): -5588452 or 1882794. OLE color: 1882794.

HSL color Cylindrical-coordinate representation of color #AABA1C: hue angle of 66.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AABA1C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 28 -
CMYK 0.09 0 0.85 0.27
HSL 66.08º 0.74% 0.42% -
HSV(B) 66.08º 0.85% 0.73% -
XYZ 34.35 43.75 7.73 -
YUV 163.2 51.7 132.85 -
System Red Green Blue C M Y K H S L
Decimal 170 186 28 0.09 0 0.85 0.27 66.08 0.74 0.42
Hex AA BA 1C 9 0 55 1B 42 4A 2A
Octal 252 272 34 11 0 125 33 102 112 52
Binary 10101010 10111010 11100 1001 0 1010101 11011 1000010 1001010 101010

Color Harmonies of #AABA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA1C

Black with #AABA1C

Text Example


Text Example

White with #AABA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA1C; }

 p { color: rgb(170,186,28); }

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

background-color css

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

 a { background-color: rgb(170,186,28); }

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

border-color css

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

 span { border-color: rgb(170,186,28); }

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