Html Css Color HEX #A6BA20 Bahia

📋 copy color: '#A6BA20'

red 166 ◦ green 186 ◦ blue 32

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

Shades of Bahia #A6BA20

Tints of Bahia #A6BA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

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

R = 43.23%
G = 48.44%
B = 8.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#A6BA20 (or 0xA6BA20) is known color: Bahia. HEX triplet: A6, BA and 20. RGB value is (166,186,32). Sum of RGB (Red+Green+Blue) = 166+186+32=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA20 is #5945DF. Grayscale: #A3A3A3. Windows color (decimal): -5850592 or 2144934. OLE color: 2144934.

HSL color Cylindrical-coordinate representation of color #A6BA20: hue angle of 67.79º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6BA20 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 32 -
CMYK 0.11 0 0.83 0.27
HSL 67.79º 0.71% 0.43% -
HSV(B) 67.79º 0.83% 0.73% -
XYZ 33.55 43.33 7.96 -
YUV 162.46 54.37 130.52 -
System Red Green Blue C M Y K H S L
Decimal 166 186 32 0.11 0 0.83 0.27 67.79 0.71 0.43
Hex A6 BA 20 B 0 53 1B 44 47 2B
Octal 246 272 40 13 0 123 33 104 107 53
Binary 10100110 10111010 100000 1011 0 1010011 11011 1000100 1000111 101011

Color Harmonies of #A6BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA20

Black with #A6BA20

Text Example


Text Example

White with #A6BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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