Html Css Color HEX #A6BC2C Bahia

📋 copy color: '#A6BC2C'

red 166 ◦ green 188 ◦ blue 44

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

Shades of Bahia #A6BC2C

Tints of Bahia #A6BC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 41.71%
G = 47.24%
B = 11.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#A6BC2C (or 0xA6BC2C) is known color: Bahia. HEX triplet: A6, BC and 2C. RGB value is (166,188,44). Sum of RGB (Red+Green+Blue) = 166+188+44=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC2C is #5943D3. Grayscale: #A5A5A5. Windows color (decimal): -5850068 or 2931878. OLE color: 2931878.

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

Color convert

RGB 166 188 44 -
CMYK 0.12 0 0.77 0.26
HSL 69.17º 0.62% 0.45% -
HSV(B) 69.17º 0.77% 0.74% -
XYZ 34.16 44.26 9.12 -
YUV 165.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 166 188 44 0.12 0 0.77 0.26 69.17 0.62 0.45
Hex A6 BC 2C C 0 4D 1A 45 3E 2D
Octal 246 274 54 14 0 115 32 105 76 55
Binary 10100110 10111100 101100 1100 0 1001101 11010 1000101 111110 101101

Color Harmonies of #A6BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC2C

Black with #A6BC2C

Text Example


Text Example

White with #A6BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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