Html Css Color HEX #AAC423 Bahia

📋 copy color: '#AAC423'

red 170 ◦ green 196 ◦ blue 35

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

Shades of Bahia #AAC423

Tints of Bahia #AAC423

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.88%

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

R = 42.39%
G = 48.88%
B = 8.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#AAC423 (or 0xAAC423) is known color: Bahia. HEX triplet: AA, C4 and 23. RGB value is (170,196,35). Sum of RGB (Red+Green+Blue) = 170+196+35=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC423 is #553BDC. Grayscale: #AAAAAA. Windows color (decimal): -5585885 or 2344106. OLE color: 2344106.

HSL color Cylindrical-coordinate representation of color #AAC423: hue angle of 69.69º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAC423 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 35 -
CMYK 0.13 0 0.82 0.23
HSL 69.69º 0.7% 0.45% -
HSV(B) 69.69º 0.82% 0.77% -
XYZ 36.62 48.15 8.95 -
YUV 169.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 170 196 35 0.13 0 0.82 0.23 69.69 0.7 0.45
Hex AA C4 23 D 0 52 17 46 46 2D
Octal 252 304 43 15 0 122 27 106 106 55
Binary 10101010 11000100 100011 1101 0 1010010 10111 1000110 1000110 101101

Color Harmonies of #AAC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC423

Black with #AAC423

Text Example


Text Example

White with #AAC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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