Html Css Color HEX #AAC223 Bahia

📋 copy color: '#AAC223'

red 170 ◦ green 194 ◦ blue 35

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

Shades of Bahia #AAC223

Tints of Bahia #AAC223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.62%

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

R = 42.61%
G = 48.62%
B = 8.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AAC223 (or 0xAAC223) is known color: Bahia. HEX triplet: AA, C2 and 23. RGB value is (170,194,35). Sum of RGB (Red+Green+Blue) = 170+194+35=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC223 is #553DDC. Grayscale: #A9A9A9. Windows color (decimal): -5586397 or 2343594. OLE color: 2343594.

HSL color Cylindrical-coordinate representation of color #AAC223: hue angle of 69.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAC223 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 35 -
CMYK 0.12 0 0.82 0.24
HSL 69.06º 0.69% 0.45% -
HSV(B) 69.06º 0.82% 0.76% -
XYZ 36.17 47.25 8.8 -
YUV 168.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 170 194 35 0.12 0 0.82 0.24 69.06 0.69 0.45
Hex AA C2 23 C 0 52 18 45 45 2D
Octal 252 302 43 14 0 122 30 105 105 55
Binary 10101010 11000010 100011 1100 0 1010010 11000 1000101 1000101 101101

Color Harmonies of #AAC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC223

Black with #AAC223

Text Example


Text Example

White with #AAC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC223; }

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

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

background-color css

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

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

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

border-color css

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

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

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