Html Css Color HEX #AAB625 Bahia

📋 copy color: '#AAB625'

red 170 ◦ green 182 ◦ blue 37

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

Shades of Bahia #AAB625

Tints of Bahia #AAB625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 43.7%
G = 46.79%
B = 9.51%

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

#AAB625 (or 0xAAB625) is known color: Bahia. HEX triplet: AA, B6 and 25. RGB value is (170,182,37). Sum of RGB (Red+Green+Blue) = 170+182+37=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB625 is #5549DA. Grayscale: #A2A2A2. Windows color (decimal): -5589467 or 2471594. OLE color: 2471594.

HSL color Cylindrical-coordinate representation of color #AAB625: hue angle of 64.97º degrees, saturation: 0.66, 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 #AAB625 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 37 -
CMYK 0.07 0 0.80 0.29
HSL 64.97º 0.66% 0.43% -
HSV(B) 64.97º 0.8% 0.71% -
XYZ 33.64 42.14 8.11 -
YUV 161.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 170 182 37 0.07 0 0.80 0.29 64.97 0.66 0.43
Hex AA B6 25 7 0 50 1D 41 42 2B
Octal 252 266 45 7 0 120 35 101 102 53
Binary 10101010 10110110 100101 111 0 1010000 11101 1000001 1000010 101011

Color Harmonies of #AAB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB625

Black with #AAB625

Text Example


Text Example

White with #AAB625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB625; }

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

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

background-color css

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

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

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

border-color css

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

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

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