Html Css Color HEX #AAB026 Bahia

📋 copy color: '#AAB026'

red 170 ◦ green 176 ◦ blue 38

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

Shades of Bahia #AAB026

Tints of Bahia #AAB026

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.83%

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

R = 44.27%
G = 45.83%
B = 9.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AAB026 (or 0xAAB026) is known color: Bahia. HEX triplet: AA, B0 and 26. RGB value is (170,176,38). Sum of RGB (Red+Green+Blue) = 170+176+38=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB026 is #554FD9. Grayscale: #9F9F9F. Windows color (decimal): -5591002 or 2535594. OLE color: 2535594.

HSL color Cylindrical-coordinate representation of color #AAB026: hue angle of 62.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB026 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 38 -
CMYK 0.03 0 0.78 0.31
HSL 62.61º 0.64% 0.42% -
HSV(B) 62.61º 0.78% 0.69% -
XYZ 32.45 39.74 7.79 -
YUV 158.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 170 176 38 0.03 0 0.78 0.31 62.61 0.64 0.42
Hex AA B0 26 3 0 4E 1F 3F 40 2A
Octal 252 260 46 3 0 116 37 77 100 52
Binary 10101010 10110000 100110 11 0 1001110 11111 111111 1000000 101010

Color Harmonies of #AAB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB026

Black with #AAB026

Text Example


Text Example

White with #AAB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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