Html Css Color HEX #AAB423 Bahia

📋 copy color: '#AAB423'

red 170 ◦ green 180 ◦ blue 35

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

Shades of Bahia #AAB423

Tints of Bahia #AAB423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.09%

R = 44.16%
G = 46.75%
B = 9.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#AAB423 (or 0xAAB423) is known color: Bahia. HEX triplet: AA, B4 and 23. RGB value is (170,180,35). Sum of RGB (Red+Green+Blue) = 170+180+35=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB423 is #554BDC. Grayscale: #A1A1A1. Windows color (decimal): -5589981 or 2340010. OLE color: 2340010.

HSL color Cylindrical-coordinate representation of color #AAB423: hue angle of 64.14º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB423 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 35 -
CMYK 0.06 0 0.81 0.29
HSL 64.14º 0.67% 0.42% -
HSV(B) 64.14º 0.81% 0.71% -
XYZ 33.2 41.31 7.81 -
YUV 160.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 170 180 35 0.06 0 0.81 0.29 64.14 0.67 0.42
Hex AA B4 23 6 0 51 1D 40 43 2A
Octal 252 264 43 6 0 121 35 100 103 52
Binary 10101010 10110100 100011 110 0 1010001 11101 1000000 1000011 101010

Color Harmonies of #AAB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB423

Black with #AAB423

Text Example


Text Example

White with #AAB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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