Html Css Color HEX #A6B82A Bahia

📋 copy color: '#A6B82A'

red 166 ◦ green 184 ◦ blue 42

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

Shades of Bahia #A6B82A

Tints of Bahia #A6B82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 42.35%
G = 46.94%
B = 10.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#A6B82A (or 0xA6B82A) is known color: Bahia. HEX triplet: A6, B8 and 2A. RGB value is (166,184,42). Sum of RGB (Red+Green+Blue) = 166+184+42=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B82A is #5947D5. Grayscale: #A2A2A2. Windows color (decimal): -5851094 or 2799782. OLE color: 2799782.

HSL color Cylindrical-coordinate representation of color #A6B82A: hue angle of 67.61º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B82A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 42 -
CMYK 0.10 0 0.77 0.28
HSL 67.61º 0.63% 0.44% -
HSV(B) 67.61º 0.77% 0.72% -
XYZ 33.28 42.56 8.65 -
YUV 162.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 166 184 42 0.10 0 0.77 0.28 67.61 0.63 0.44
Hex A6 B8 2A A 0 4D 1C 44 3F 2C
Octal 246 270 52 12 0 115 34 104 77 54
Binary 10100110 10111000 101010 1010 0 1001101 11100 1000100 111111 101100

Color Harmonies of #A6B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B82A

Black with #A6B82A

Text Example


Text Example

White with #A6B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B82A; }

 p { color: rgb(166,184,42); }

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

background-color css

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

 a { background-color: rgb(166,184,42); }

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

border-color css

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

 span { border-color: rgb(166,184,42); }

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