Html Css Color HEX #A6B41A Bahia

📋 copy color: '#A6B41A'

red 166 ◦ green 180 ◦ blue 26

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

Shades of Bahia #A6B41A

Tints of Bahia #A6B41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.39%

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 44.62%
G = 48.39%
B = 6.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A6B41A (or 0xA6B41A) is known color: Bahia. HEX triplet: A6, B4 and 1A. RGB value is (166,180,26). Sum of RGB (Red+Green+Blue) = 166+180+26=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B41A is #594BE5. Grayscale: #9E9E9E. Windows color (decimal): -5852134 or 1750182. OLE color: 1750182.

HSL color Cylindrical-coordinate representation of color #A6B41A: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6B41A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 26 -
CMYK 0.08 0 0.86 0.29
HSL 65.45º 0.75% 0.4% -
HSV(B) 65.45º 0.86% 0.71% -
XYZ 32.23 40.82 7.16 -
YUV 158.26 53.36 133.52 -
System Red Green Blue C M Y K H S L
Decimal 166 180 26 0.08 0 0.86 0.29 65.45 0.75 0.4
Hex A6 B4 1A 8 0 56 1D 41 4B 28
Octal 246 264 32 10 0 126 35 101 113 50
Binary 10100110 10110100 11010 1000 0 1010110 11101 1000001 1001011 101000

Color Harmonies of #A6B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B41A

Black with #A6B41A

Text Example


Text Example

White with #A6B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B41A; }

 p { color: rgb(166,180,26); }

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

background-color css

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

 a { background-color: rgb(166,180,26); }

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

border-color css

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

 span { border-color: rgb(166,180,26); }

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