Html Css Color HEX #AAC50B Bahia

📋 copy color: '#AAC50B'

red 170 ◦ green 197 ◦ blue 11

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

Shades of Bahia #AAC50B

Tints of Bahia #AAC50B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.12%

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 44.97%
G = 52.12%
B = 2.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#AAC50B (or 0xAAC50B) is known color: Bahia. HEX triplet: AA, C5 and 0B. RGB value is (170,197,11). Sum of RGB (Red+Green+Blue) = 170+197+11=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC50B is #553AF4. Grayscale: #A8A8A8. Windows color (decimal): -5585653 or 771498. OLE color: 771498.

HSL color Cylindrical-coordinate representation of color #AAC50B: hue angle of 68.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC50B is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 11 -
CMYK 0.14 0 0.94 0.23
HSL 68.71º 0.89% 0.41% -
HSV(B) 68.71º 0.94% 0.77% -
XYZ 36.6 48.5 7.75 -
YUV 167.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 170 197 11 0.14 0 0.94 0.23 68.71 0.89 0.41
Hex AA C5 B E 0 5E 17 45 59 29
Octal 252 305 13 16 0 136 27 105 131 51
Binary 10101010 11000101 1011 1110 0 1011110 10111 1000101 1011001 101001

Color Harmonies of #AAC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC50B

Black with #AAC50B

Text Example


Text Example

White with #AAC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC50B; }

 p { color: rgb(170,197,11); }

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

background-color css

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

 a { background-color: rgb(170,197,11); }

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

border-color css

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

 span { border-color: rgb(170,197,11); }

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