#A6B92E

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

Shades of Bahia #A6B92E

Tints of Bahia #A6B92E

Color information

#A6B92E (or 0xA6B92E) is unknown color: approx Bahia. HEX triplet: A6, B9 and 2E. RGB value is (166,185,46). Sum of RGB (Red+Green+Blue) = 166+185+46=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B92E is #5946D1. Grayscale: #A4A4A4. Windows color (decimal): -5850834 or 3062182. OLE color: 3062182.

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

Color convert

RGB16618546-
CMYK0.1000.750.27
HSL68.2º60.17%45.29%-
HSV(B)68.2º75.14%72.55%-
XYZ33.57439.12-
YUV163.4761.71129.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 46 (18.36% from 255) = 11.59%
R=41.81%
G=46.60%
B=11.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185460.1000.750.2768.260.1745.29
HexA6B92EA04B1B443c2d
Octal24627156120113331047455
Binary1010011010111001101110101001001011110111000100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B92E; }

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

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

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

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

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

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

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

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