#A6B82C

Color #A6B82C Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A6B82C

Tints of Bahia #A6B82C

Color information

#A6B82C (or 0xA6B82C) is unknown color: approx Bahia. HEX triplet: A6, B8 and 2C. RGB value is (166,184,44). Sum of RGB (Red+Green+Blue) = 166+184+44=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B82C is #5947D3. Grayscale: #A3A3A3. Windows color (decimal): -5851092 or 2930854. OLE color: 2930854.

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

Color convert

RGB16618444-
CMYK0.1000.760.28
HSL67.71º61.4%44.71%-
HSV(B)67.71º76.09%72.16%-
XYZ33.3242.578.84-
YUV162.6661.04130.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 44 (17.58% from 255) = 11.17%
R=42.13%
G=46.70%
B=11.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166184440.1000.760.2867.7161.444.71
HexA6B82CA04C1C443d2d
Octal24627054120114341047555
Binary1010011010111000101100101001001100111001000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B82C; }

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

 H1.HeaderClassName
 {
   color: #A6B82C;
 }
 .AnyTagClassName
 {
   color: #A6B82C;
 }
</style>
background-color css

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

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

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

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

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

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