Html Css Color HEX #A6C020 Bahia

📋 copy color: '#A6C020'

red 166 ◦ green 192 ◦ blue 32

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

Shades of Bahia #A6C020

Tints of Bahia #A6C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.23%

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

R = 42.56%
G = 49.23%
B = 8.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#A6C020 (or 0xA6C020) is known color: Bahia. HEX triplet: A6, C0 and 20. RGB value is (166,192,32). Sum of RGB (Red+Green+Blue) = 166+192+32=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C020 is #593FDF. Grayscale: #A6A6A6. Windows color (decimal): -5849056 or 2146470. OLE color: 2146470.

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

Color convert

RGB 166 192 32 -
CMYK 0.14 0 0.83 0.25
HSL 69.75º 0.71% 0.44% -
HSV(B) 69.75º 0.83% 0.75% -
XYZ 34.84 45.91 8.39 -
YUV 165.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 166 192 32 0.14 0 0.83 0.25 69.75 0.71 0.44
Hex A6 C0 20 E 0 53 19 46 47 2C
Octal 246 300 40 16 0 123 31 106 107 54
Binary 10100110 11000000 100000 1110 0 1010011 11001 1000110 1000111 101100

Color Harmonies of #A6C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C020

Black with #A6C020

Text Example


Text Example

White with #A6C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C020; }

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

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

background-color css

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

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

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

border-color css

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

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

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