Html Css Color HEX #AAC51F Bahia

📋 copy color: '#AAC51F'

red 170 ◦ green 197 ◦ blue 31

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

Shades of Bahia #AAC51F

Tints of Bahia #AAC51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.79%

R = 42.71%
G = 49.5%
B = 7.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#AAC51F (or 0xAAC51F) is known color: Bahia. HEX triplet: AA, C5 and 1F. RGB value is (170,197,31). Sum of RGB (Red+Green+Blue) = 170+197+31=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC51F is #553AE0. Grayscale: #AAAAAA. Windows color (decimal): -5585633 or 2082218. OLE color: 2082218.

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

Color convert

RGB 170 197 31 -
CMYK 0.14 0 0.84 0.23
HSL 69.76º 0.73% 0.45% -
HSV(B) 69.76º 0.84% 0.77% -
XYZ 36.79 48.58 8.73 -
YUV 170 49.55 128 -
System Red Green Blue C M Y K H S L
Decimal 170 197 31 0.14 0 0.84 0.23 69.76 0.73 0.45
Hex AA C5 1F E 0 54 17 46 49 2D
Octal 252 305 37 16 0 124 27 106 111 55
Binary 10101010 11000101 11111 1110 0 1010100 10111 1000110 1001001 101101

Color Harmonies of #AAC51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC51F

Black with #AAC51F

Text Example


Text Example

White with #AAC51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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