Html Css Color HEX #AAB92A Bahia

📋 copy color: '#AAB92A'

red 170 ◦ green 185 ◦ blue 42

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

Shades of Bahia #AAB92A

Tints of Bahia #AAB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 42.82%
G = 46.6%
B = 10.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#AAB92A (or 0xAAB92A) is known color: Bahia. HEX triplet: AA, B9 and 2A. RGB value is (170,185,42). Sum of RGB (Red+Green+Blue) = 170+185+42=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB92A is #5546D5. Grayscale: #A4A4A4. Windows color (decimal): -5588694 or 2800042. OLE color: 2800042.

HSL color Cylindrical-coordinate representation of color #AAB92A: hue angle of 66.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB92A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 42 -
CMYK 0.08 0 0.77 0.27
HSL 66.29º 0.63% 0.45% -
HSV(B) 66.29º 0.77% 0.73% -
XYZ 34.34 43.41 8.76 -
YUV 164.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 170 185 42 0.08 0 0.77 0.27 66.29 0.63 0.45
Hex AA B9 2A 8 0 4D 1B 42 3F 2D
Octal 252 271 52 10 0 115 33 102 77 55
Binary 10101010 10111001 101010 1000 0 1001101 11011 1000010 111111 101101

Color Harmonies of #AAB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB92A

Black with #AAB92A

Text Example


Text Example

White with #AAB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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