Html Css Color HEX #A6B82E Bahia

📋 copy color: '#A6B82E'

red 166 ◦ green 184 ◦ blue 46

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

Shades of Bahia #A6B82E

Tints of Bahia #A6B82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 41.92%
G = 46.46%
B = 11.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#A6B82E (or 0xA6B82E) is known color: Bahia. HEX triplet: A6, B8 and 2E. RGB value is (166,184,46). Sum of RGB (Red+Green+Blue) = 166+184+46=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B82E is #5947D1. Grayscale: #A3A3A3. Windows color (decimal): -5851090 or 3061926. OLE color: 3061926.

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

Color convert

RGB 166 184 46 -
CMYK 0.10 0 0.75 0.28
HSL 67.83º 0.6% 0.45% -
HSV(B) 67.83º 0.75% 0.72% -
XYZ 33.36 42.59 9.05 -
YUV 162.89 62.04 130.22 -
System Red Green Blue C M Y K H S L
Decimal 166 184 46 0.10 0 0.75 0.28 67.83 0.6 0.45
Hex A6 B8 2E A 0 4B 1C 44 3C 2D
Octal 246 270 56 12 0 113 34 104 74 55
Binary 10100110 10111000 101110 1010 0 1001011 11100 1000100 111100 101101

Color Harmonies of #A6B82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B82E

Black with #A6B82E

Text Example


Text Example

White with #A6B82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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