Html Css Color HEX #AAB917 Bahia

📋 copy color: '#AAB917'

red 170 ◦ green 185 ◦ blue 23

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

Shades of Bahia #AAB917

Tints of Bahia #AAB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.94%

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

R = 44.97%
G = 48.94%
B = 6.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AAB917 (or 0xAAB917) is known color: Bahia. HEX triplet: AA, B9 and 17. RGB value is (170,185,23). Sum of RGB (Red+Green+Blue) = 170+185+23=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB917 is #5546E8. Grayscale: #A2A2A2. Windows color (decimal): -5588713 or 1554858. OLE color: 1554858.

HSL color Cylindrical-coordinate representation of color #AAB917: hue angle of 65.56º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB917 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 23 -
CMYK 0.08 0 0.88 0.27
HSL 65.56º 0.78% 0.41% -
HSV(B) 65.56º 0.88% 0.73% -
XYZ 34.08 43.31 7.37 -
YUV 162.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 170 185 23 0.08 0 0.88 0.27 65.56 0.78 0.41
Hex AA B9 17 8 0 58 1B 42 4E 29
Octal 252 271 27 10 0 130 33 102 116 51
Binary 10101010 10111001 10111 1000 0 1011000 11011 1000010 1001110 101001

Color Harmonies of #AAB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB917

Black with #AAB917

Text Example


Text Example

White with #AAB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB917; }

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

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

background-color css

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

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

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

border-color css

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

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

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