Html Css Color HEX #AAB624 Bahia

📋 copy color: '#AAB624'

red 170 ◦ green 182 ◦ blue 36

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

Shades of Bahia #AAB624

Tints of Bahia #AAB624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 43.81%
G = 46.91%
B = 9.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#AAB624 (or 0xAAB624) is known color: Bahia. HEX triplet: AA, B6 and 24. RGB value is (170,182,36). Sum of RGB (Red+Green+Blue) = 170+182+36=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB624 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB624 is #5549DB. Grayscale: #A2A2A2. Windows color (decimal): -5589468 or 2406058. OLE color: 2406058.

HSL color Cylindrical-coordinate representation of color #AAB624: hue angle of 64.93º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB624 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 36 -
CMYK 0.07 0 0.80 0.29
HSL 64.93º 0.67% 0.43% -
HSV(B) 64.93º 0.8% 0.71% -
XYZ 33.62 42.13 8.03 -
YUV 161.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 170 182 36 0.07 0 0.80 0.29 64.93 0.67 0.43
Hex AA B6 24 7 0 50 1D 41 43 2B
Octal 252 266 44 7 0 120 35 101 103 53
Binary 10101010 10110110 100100 111 0 1010000 11101 1000001 1000011 101011

Color Harmonies of #AAB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB624

Black with #AAB624

Text Example


Text Example

White with #AAB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB624; }

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

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

background-color css

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

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

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

border-color css

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

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

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