Html Css Color HEX #AAB217 Bahia

📋 copy color: '#AAB217'

red 170 ◦ green 178 ◦ blue 23

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

Shades of Bahia #AAB217

Tints of Bahia #AAB217

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.98%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 45.82%
G = 47.98%
B = 6.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#AAB217 (or 0xAAB217) is known color: Bahia. HEX triplet: AA, B2 and 17. RGB value is (170,178,23). Sum of RGB (Red+Green+Blue) = 170+178+23=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB217 is #554DE8. Grayscale: #9E9E9E. Windows color (decimal): -5590505 or 1553066. OLE color: 1553066.

HSL color Cylindrical-coordinate representation of color #AAB217: hue angle of 63.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB217 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 23 -
CMYK 0.04 0 0.87 0.30
HSL 63.1º 0.77% 0.39% -
HSV(B) 63.1º 0.87% 0.7% -
XYZ 32.65 40.45 6.9 -
YUV 157.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 170 178 23 0.04 0 0.87 0.30 63.1 0.77 0.39
Hex AA B2 17 4 0 57 1E 3F 4D 27
Octal 252 262 27 4 0 127 36 77 115 47
Binary 10101010 10110010 10111 100 0 1010111 11110 111111 1001101 100111

Color Harmonies of #AAB217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB217

Black with #AAB217

Text Example


Text Example

White with #AAB217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB217; }

 p { color: rgb(170,178,23); }

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

background-color css

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

 a { background-color: rgb(170,178,23); }

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

border-color css

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

 span { border-color: rgb(170,178,23); }

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