Html Css Color HEX #A6CA20 Bahia

📋 copy color: '#A6CA20'

red 166 ◦ green 202 ◦ blue 32

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

Shades of Bahia #A6CA20

Tints of Bahia #A6CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.5%

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

R = 41.5%
G = 50.5%
B = 8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#A6CA20 (or 0xA6CA20) is known color: Bahia. HEX triplet: A6, CA and 20. RGB value is (166,202,32). Sum of RGB (Red+Green+Blue) = 166+202+32=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA20 is #5935DF. Grayscale: #ACACAC. Windows color (decimal): -5846496 or 2149030. OLE color: 2149030.

HSL color Cylindrical-coordinate representation of color #A6CA20: hue angle of 72.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6CA20 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 32 -
CMYK 0.18 0 0.84 0.21
HSL 72.71º 0.73% 0.46% -
HSV(B) 72.71º 0.84% 0.79% -
XYZ 37.11 50.45 9.15 -
YUV 171.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 166 202 32 0.18 0 0.84 0.21 72.71 0.73 0.46
Hex A6 CA 20 12 0 54 15 49 49 2E
Octal 246 312 40 22 0 124 25 111 111 56
Binary 10100110 11001010 100000 10010 0 1010100 10101 1001001 1001001 101110

Color Harmonies of #A6CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA20

Black with #A6CA20

Text Example


Text Example

White with #A6CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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