Html Css Color HEX #AAC017 Bahia

📋 copy color: '#AAC017'

red 170 ◦ green 192 ◦ blue 23

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

Shades of Bahia #AAC017

Tints of Bahia #AAC017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

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

R = 44.16%
G = 49.87%
B = 5.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#AAC017 (or 0xAAC017) is known color: Bahia. HEX triplet: AA, C0 and 17. RGB value is (170,192,23). Sum of RGB (Red+Green+Blue) = 170+192+23=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC017 is #553FE8. Grayscale: #A6A6A6. Windows color (decimal): -5586921 or 1556650. OLE color: 1556650.

HSL color Cylindrical-coordinate representation of color #AAC017: hue angle of 67.81º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAC017 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 23 -
CMYK 0.11 0 0.88 0.25
HSL 67.81º 0.79% 0.42% -
HSV(B) 67.81º 0.88% 0.75% -
XYZ 35.58 46.31 7.87 -
YUV 166.16 47.21 130.74 -
System Red Green Blue C M Y K H S L
Decimal 170 192 23 0.11 0 0.88 0.25 67.81 0.79 0.42
Hex AA C0 17 B 0 58 19 44 4F 2A
Octal 252 300 27 13 0 130 31 104 117 52
Binary 10101010 11000000 10111 1011 0 1011000 11001 1000100 1001111 101010

Color Harmonies of #AAC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC017

Black with #AAC017

Text Example


Text Example

White with #AAC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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