#A6B834

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

Shades of Bahia #A6B834

Tints of Bahia #A6B834

Color information

#A6B834 (or 0xA6B834) is unknown color: approx Bahia. HEX triplet: A6, B8 and 34. RGB value is (166,184,52). Sum of RGB (Red+Green+Blue) = 166+184+52=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B834 is #5947CB. Grayscale: #A4A4A4. Windows color (decimal): -5851084 or 3455142. OLE color: 3455142.

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

Color convert

RGB16618452-
CMYK0.1000.720.28
HSL68.18º55.93%46.27%-
HSV(B)68.18º71.74%72.16%-
XYZ33.4942.649.71-
YUV163.5765.04129.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 184 (72.27% from 255) = 45.77%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=41.29%
G=45.77%
B=12.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166184520.1000.720.2868.1855.9346.27
HexA6B834A0481C44382e
Octal24627064120110341047056
Binary1010011010111000110100101001001000111001000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B834; }

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

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

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

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

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

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

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

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