Html Css Color HEX #A6C620 Bahia

📋 copy color: '#A6C620'

red 166 ◦ green 198 ◦ blue 32

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

Shades of Bahia #A6C620

Tints of Bahia #A6C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50%

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

R = 41.92%
G = 50%
B = 8.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#A6C620 (or 0xA6C620) is known color: Bahia. HEX triplet: A6, C6 and 20. RGB value is (166,198,32). Sum of RGB (Red+Green+Blue) = 166+198+32=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C620 is #5939DF. Grayscale: #AAAAAA. Windows color (decimal): -5847520 or 2148006. OLE color: 2148006.

HSL color Cylindrical-coordinate representation of color #A6C620: hue angle of 71.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6C620 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 32 -
CMYK 0.16 0 0.84 0.22
HSL 71.57º 0.72% 0.45% -
HSV(B) 71.57º 0.84% 0.78% -
XYZ 36.18 48.6 8.84 -
YUV 169.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 166 198 32 0.16 0 0.84 0.22 71.57 0.72 0.45
Hex A6 C6 20 10 0 54 16 48 48 2D
Octal 246 306 40 20 0 124 26 110 110 55
Binary 10100110 11000110 100000 10000 0 1010100 10110 1001000 1001000 101101

Color Harmonies of #A6C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C620

Black with #A6C620

Text Example


Text Example

White with #A6C620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C620; }

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

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

background-color css

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

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

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

border-color css

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

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

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