Html Css Color HEX #AAB626 Bahia

📋 copy color: '#AAB626'

red 170 ◦ green 182 ◦ blue 38

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

Shades of Bahia #AAB626

Tints of Bahia #AAB626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 43.59%
G = 46.67%
B = 9.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#AAB626 (or 0xAAB626) is known color: Bahia. HEX triplet: AA, B6 and 26. RGB value is (170,182,38). Sum of RGB (Red+Green+Blue) = 170+182+38=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB626 is #5549D9. Grayscale: #A2A2A2. Windows color (decimal): -5589466 or 2537130. OLE color: 2537130.

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

Color convert

RGB 170 182 38 -
CMYK 0.07 0 0.79 0.29
HSL 65º 0.65% 0.43% -
HSV(B) 65º 0.79% 0.71% -
XYZ 33.66 42.14 8.19 -
YUV 162 58.02 133.71 -
System Red Green Blue C M Y K H S L
Decimal 170 182 38 0.07 0 0.79 0.29 65 0.65 0.43
Hex AA B6 26 7 0 4F 1D 41 41 2B
Octal 252 266 46 7 0 117 35 101 101 53
Binary 10101010 10110110 100110 111 0 1001111 11101 1000001 1000001 101011

Color Harmonies of #AAB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB626

Black with #AAB626

Text Example


Text Example

White with #AAB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB626; }

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

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

background-color css

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

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

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

border-color css

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

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

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