Html Css Color HEX #AAC126 Bahia

📋 copy color: '#AAC126'

red 170 ◦ green 193 ◦ blue 38

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

Shades of Bahia #AAC126

Tints of Bahia #AAC126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.13%

 BLUE value IS 38 (15.23% from 255) = 9.48%

R = 42.39%
G = 48.13%
B = 9.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#AAC126 (or 0xAAC126) is known color: Bahia. HEX triplet: AA, C1 and 26. RGB value is (170,193,38). Sum of RGB (Red+Green+Blue) = 170+193+38=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC126 is #553ED9. Grayscale: #A9A9A9. Windows color (decimal): -5586650 or 2539946. OLE color: 2539946.

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

Color convert

RGB 170 193 38 -
CMYK 0.12 0 0.80 0.24
HSL 68.9º 0.67% 0.45% -
HSV(B) 68.9º 0.8% 0.76% -
XYZ 36 46.83 8.97 -
YUV 168.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 170 193 38 0.12 0 0.80 0.24 68.9 0.67 0.45
Hex AA C1 26 C 0 50 18 45 43 2D
Octal 252 301 46 14 0 120 30 105 103 55
Binary 10101010 11000001 100110 1100 0 1010000 11000 1000101 1000011 101101

Color Harmonies of #AAC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC126

Black with #AAC126

Text Example


Text Example

White with #AAC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC126; }

 p { color: rgb(170,193,38); }

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

background-color css

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

 a { background-color: rgb(170,193,38); }

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

border-color css

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

 span { border-color: rgb(170,193,38); }

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