Html Css Color HEX #A6C120 Bahia

📋 copy color: '#A6C120'

red 166 ◦ green 193 ◦ blue 32

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

Shades of Bahia #A6C120

Tints of Bahia #A6C120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 42.46%
G = 49.36%
B = 8.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A6C120 (or 0xA6C120) is known color: Bahia. HEX triplet: A6, C1 and 20. RGB value is (166,193,32). Sum of RGB (Red+Green+Blue) = 166+193+32=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C120 is #593EDF. Grayscale: #A7A7A7. Windows color (decimal): -5848800 or 2146726. OLE color: 2146726.

HSL color Cylindrical-coordinate representation of color #A6C120: hue angle of 70.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6C120 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 32 -
CMYK 0.14 0 0.83 0.24
HSL 70.06º 0.72% 0.44% -
HSV(B) 70.06º 0.83% 0.76% -
XYZ 35.06 46.35 8.47 -
YUV 166.57 52.05 127.59 -
System Red Green Blue C M Y K H S L
Decimal 166 193 32 0.14 0 0.83 0.24 70.06 0.72 0.44
Hex A6 C1 20 E 0 53 18 46 48 2C
Octal 246 301 40 16 0 123 30 106 110 54
Binary 10100110 11000001 100000 1110 0 1010011 11000 1000110 1001000 101100

Color Harmonies of #A6C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C120

Black with #A6C120

Text Example


Text Example

White with #A6C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C120; }

 p { color: rgb(166,193,32); }

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

background-color css

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

 a { background-color: rgb(166,193,32); }

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

border-color css

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

 span { border-color: rgb(166,193,32); }

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