Html Css Color HEX #AAC422 Bahia

📋 copy color: '#AAC422'

red 170 ◦ green 196 ◦ blue 34

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

Shades of Bahia #AAC422

Tints of Bahia #AAC422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.5%

R = 42.5%
G = 49%
B = 8.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#AAC422 (or 0xAAC422) is known color: Bahia. HEX triplet: AA, C4 and 22. RGB value is (170,196,34). Sum of RGB (Red+Green+Blue) = 170+196+34=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC422 is #553BDD. Grayscale: #AAAAAA. Windows color (decimal): -5585886 or 2278570. OLE color: 2278570.

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

Color convert

RGB 170 196 34 -
CMYK 0.13 0 0.83 0.23
HSL 69.63º 0.7% 0.45% -
HSV(B) 69.63º 0.83% 0.77% -
XYZ 36.61 48.14 8.88 -
YUV 169.76 51.39 128.17 -
System Red Green Blue C M Y K H S L
Decimal 170 196 34 0.13 0 0.83 0.23 69.63 0.7 0.45
Hex AA C4 22 D 0 53 17 46 46 2D
Octal 252 304 42 15 0 123 27 106 106 55
Binary 10101010 11000100 100010 1101 0 1010011 10111 1000110 1000110 101101

Color Harmonies of #AAC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC422

Black with #AAC422

Text Example


Text Example

White with #AAC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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