Html Css Color HEX #A6BC1C Bahia

📋 copy color: '#A6BC1C'

red 166 ◦ green 188 ◦ blue 28

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

Shades of Bahia #A6BC1C

Tints of Bahia #A6BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 43.46%
G = 49.21%
B = 7.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#A6BC1C (or 0xA6BC1C) is known color: Bahia. HEX triplet: A6, BC and 1C. RGB value is (166,188,28). Sum of RGB (Red+Green+Blue) = 166+188+28=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC1C is #5943E3. Grayscale: #A3A3A3. Windows color (decimal): -5850084 or 1883302. OLE color: 1883302.

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

Color convert

RGB 166 188 28 -
CMYK 0.12 0 0.85 0.26
HSL 68.25º 0.74% 0.42% -
HSV(B) 68.25º 0.85% 0.74% -
XYZ 33.92 44.16 7.83 -
YUV 163.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 166 188 28 0.12 0 0.85 0.26 68.25 0.74 0.42
Hex A6 BC 1C C 0 55 1A 44 4A 2A
Octal 246 274 34 14 0 125 32 104 112 52
Binary 10100110 10111100 11100 1100 0 1010101 11010 1000100 1001010 101010

Color Harmonies of #A6BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC1C

Black with #A6BC1C

Text Example


Text Example

White with #A6BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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