Html Css Color HEX #AAC917 Bahia

📋 copy color: '#AAC917'

red 170 ◦ green 201 ◦ blue 23

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

Shades of Bahia #AAC917

Tints of Bahia #AAC917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

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

R = 43.15%
G = 51.02%
B = 5.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#AAC917 (or 0xAAC917) is known color: Bahia. HEX triplet: AA, C9 and 17. RGB value is (170,201,23). Sum of RGB (Red+Green+Blue) = 170+201+23=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC917 is #5536E8. Grayscale: #ACACAC. Windows color (decimal): -5584617 or 1558954. OLE color: 1558954.

HSL color Cylindrical-coordinate representation of color #AAC917: hue angle of 70.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAC917 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 23 -
CMYK 0.15 0 0.89 0.21
HSL 70.45º 0.79% 0.44% -
HSV(B) 70.45º 0.89% 0.79% -
XYZ 37.62 50.38 8.55 -
YUV 171.44 44.23 126.97 -
System Red Green Blue C M Y K H S L
Decimal 170 201 23 0.15 0 0.89 0.21 70.45 0.79 0.44
Hex AA C9 17 F 0 59 15 46 4F 2C
Octal 252 311 27 17 0 131 25 106 117 54
Binary 10101010 11001001 10111 1111 0 1011001 10101 1000110 1001111 101100

Color Harmonies of #AAC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC917

Black with #AAC917

Text Example


Text Example

White with #AAC917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC917; }

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

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

background-color css

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

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

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

border-color css

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

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

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