Html Css Color HEX #AAB61A Bahia

📋 copy color: '#AAB61A'

red 170 ◦ green 182 ◦ blue 26

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

Shades of Bahia #AAB61A

Tints of Bahia #AAB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.15%

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

R = 44.97%
G = 48.15%
B = 6.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#AAB61A (or 0xAAB61A) is known color: Bahia. HEX triplet: AA, B6 and 1A. RGB value is (170,182,26). Sum of RGB (Red+Green+Blue) = 170+182+26=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB61A is #5549E5. Grayscale: #A1A1A1. Windows color (decimal): -5589478 or 1750698. OLE color: 1750698.

HSL color Cylindrical-coordinate representation of color #AAB61A: hue angle of 64.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAB61A is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 26 -
CMYK 0.07 0 0.86 0.29
HSL 64.62º 0.75% 0.41% -
HSV(B) 64.62º 0.86% 0.71% -
XYZ 33.49 42.08 7.33 -
YUV 160.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 170 182 26 0.07 0 0.86 0.29 64.62 0.75 0.41
Hex AA B6 1A 7 0 56 1D 41 4B 29
Octal 252 266 32 7 0 126 35 101 113 51
Binary 10101010 10110110 11010 111 0 1010110 11101 1000001 1001011 101001

Color Harmonies of #AAB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB61A

Black with #AAB61A

Text Example


Text Example

White with #AAB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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