Html Css Color HEX #A6BC1A Bahia

📋 copy color: '#A6BC1A'

red 166 ◦ green 188 ◦ blue 26

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

Shades of Bahia #A6BC1A

Tints of Bahia #A6BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

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

R = 43.68%
G = 49.47%
B = 6.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A6BC1A (or 0xA6BC1A) is known color: Bahia. HEX triplet: A6, BC and 1A. RGB value is (166,188,26). Sum of RGB (Red+Green+Blue) = 166+188+26=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC1A is #5943E5. Grayscale: #A3A3A3. Windows color (decimal): -5850086 or 1752230. OLE color: 1752230.

HSL color Cylindrical-coordinate representation of color #A6BC1A: hue angle of 68.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6BC1A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 26 -
CMYK 0.12 0 0.86 0.26
HSL 68.15º 0.76% 0.42% -
HSV(B) 68.15º 0.86% 0.74% -
XYZ 33.9 44.15 7.71 -
YUV 162.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 166 188 26 0.12 0 0.86 0.26 68.15 0.76 0.42
Hex A6 BC 1A C 0 56 1A 44 4C 2A
Octal 246 274 32 14 0 126 32 104 114 52
Binary 10100110 10111100 11010 1100 0 1010110 11010 1000100 1001100 101010

Color Harmonies of #A6BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC1A

Black with #A6BC1A

Text Example


Text Example

White with #A6BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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