Html Css Color HEX #AAC726 Bahia

📋 copy color: '#AAC726'

red 170 ◦ green 199 ◦ blue 38

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

Shades of Bahia #AAC726

Tints of Bahia #AAC726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.89%

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

R = 41.77%
G = 48.89%
B = 9.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#AAC726 (or 0xAAC726) is known color: Bahia. HEX triplet: AA, C7 and 26. RGB value is (170,199,38). Sum of RGB (Red+Green+Blue) = 170+199+38=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC726 is #5538D9. Grayscale: #ACACAC. Windows color (decimal): -5585114 or 2541482. OLE color: 2541482.

HSL color Cylindrical-coordinate representation of color #AAC726: hue angle of 70.81º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAC726 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 38 -
CMYK 0.15 0 0.81 0.22
HSL 70.81º 0.68% 0.46% -
HSV(B) 70.81º 0.81% 0.78% -
XYZ 37.35 49.53 9.43 -
YUV 171.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 170 199 38 0.15 0 0.81 0.22 70.81 0.68 0.46
Hex AA C7 26 F 0 51 16 47 44 2E
Octal 252 307 46 17 0 121 26 107 104 56
Binary 10101010 11000111 100110 1111 0 1010001 10110 1000111 1000100 101110

Color Harmonies of #AAC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC726

Black with #AAC726

Text Example


Text Example

White with #AAC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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