Html Css Color HEX #AAB426 Bahia

📋 copy color: '#AAB426'

red 170 ◦ green 180 ◦ blue 38

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

Shades of Bahia #AAB426

Tints of Bahia #AAB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

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

R = 43.81%
G = 46.39%
B = 9.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#AAB426 (or 0xAAB426) is known color: Bahia. HEX triplet: AA, B4 and 26. RGB value is (170,180,38). Sum of RGB (Red+Green+Blue) = 170+180+38=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB426 is #554BD9. Grayscale: #A1A1A1. Windows color (decimal): -5589978 or 2536618. OLE color: 2536618.

HSL color Cylindrical-coordinate representation of color #AAB426: hue angle of 64.23º 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 #AAB426 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 38 -
CMYK 0.06 0 0.79 0.29
HSL 64.23º 0.65% 0.43% -
HSV(B) 64.23º 0.79% 0.71% -
XYZ 33.25 41.33 8.06 -
YUV 160.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 170 180 38 0.06 0 0.79 0.29 64.23 0.65 0.43
Hex AA B4 26 6 0 4F 1D 40 41 2B
Octal 252 264 46 6 0 117 35 100 101 53
Binary 10101010 10110100 100110 110 0 1001111 11101 1000000 1000001 101011

Color Harmonies of #AAB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB426

Black with #AAB426

Text Example


Text Example

White with #AAB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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