Html Css Color HEX #A6C532 Yellow Green

📋 copy color: '#A6C532'

red 166 ◦ green 197 ◦ blue 50

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

Shades of Yellow Green #A6C532

Tints of Yellow Green #A6C532

RGB

 RED value IS 166 (65.23% from 255) = 40.19%

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

 BLUE value IS 50 (19.92% from 255) = 12.11%

R = 40.19%
G = 47.7%
B = 12.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#A6C532 (or 0xA6C532) is known color: Yellow Green. HEX triplet: A6, C5 and 32. RGB value is (166,197,50). Sum of RGB (Red+Green+Blue) = 166+197+50=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C532 is #593ACD. Grayscale: #ABABAB. Windows color (decimal): -5847758 or 3327398. OLE color: 3327398.

HSL color Cylindrical-coordinate representation of color #A6C532: hue angle of 72.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6C532 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 50 -
CMYK 0.16 0 0.75 0.23
HSL 72.65º 0.6% 0.48% -
HSV(B) 72.65º 0.75% 0.77% -
XYZ 36.27 48.27 10.42 -
YUV 170.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 166 197 50 0.16 0 0.75 0.23 72.65 0.6 0.48
Hex A6 C5 32 10 0 4B 17 49 3C 30
Octal 246 305 62 20 0 113 27 111 74 60
Binary 10100110 11000101 110010 10000 0 1001011 10111 1001001 111100 110000

Color Harmonies of #A6C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C532

Black with #A6C532

Text Example


Text Example

White with #A6C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C532; }

 p { color: rgb(166,197,50); }

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

background-color css

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

 a { background-color: rgb(166,197,50); }

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

border-color css

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

 span { border-color: rgb(166,197,50); }

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