Html Css Color HEX #A6B42C Bahia

📋 copy color: '#A6B42C'

red 166 ◦ green 180 ◦ blue 44

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

Shades of Bahia #A6B42C

Tints of Bahia #A6B42C

RGB

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

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

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

R = 42.56%
G = 46.15%
B = 11.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A6B42C (or 0xA6B42C) is known color: Bahia. HEX triplet: A6, B4 and 2C. RGB value is (166,180,44). Sum of RGB (Red+Green+Blue) = 166+180+44=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B42C is #594BD3. Grayscale: #A0A0A0. Windows color (decimal): -5852116 or 2929830. OLE color: 2929830.

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

Color convert

RGB 166 180 44 -
CMYK 0.08 0 0.76 0.29
HSL 66.18º 0.61% 0.44% -
HSV(B) 66.18º 0.76% 0.71% -
XYZ 32.5 40.93 8.57 -
YUV 160.31 62.36 132.06 -
System Red Green Blue C M Y K H S L
Decimal 166 180 44 0.08 0 0.76 0.29 66.18 0.61 0.44
Hex A6 B4 2C 8 0 4C 1D 42 3D 2C
Octal 246 264 54 10 0 114 35 102 75 54
Binary 10100110 10110100 101100 1000 0 1001100 11101 1000010 111101 101100

Color Harmonies of #A6B42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B42C

Black with #A6B42C

Text Example


Text Example

White with #A6B42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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