#A6B025

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

Shades of Bahia #A6B025

Tints of Bahia #A6B025

Color information

#A6B025 (or 0xA6B025) is unknown color: approx Bahia. HEX triplet: A6, B0 and 25. RGB value is (166,176,37). Sum of RGB (Red+Green+Blue) = 166+176+37=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B025 is #594FDA. Grayscale: #9D9D9D. Windows color (decimal): -5853147 or 2470054. OLE color: 2470054.

HSL color Cylindrical-coordinate representation of color #A6B025: hue angle of 64.32º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6B025 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB16617637-
CMYK0.0600.790.31
HSL64.32º65.26%41.76%-
HSV(B)64.32º78.98%69.02%-
XYZ31.5939.297.67-
YUV157.1660.19134.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 37 (14.84% from 255) = 9.76%
R=43.80%
G=46.44%
B=9.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166176370.0600.790.3164.3265.2641.76
HexA6B025604F1F40412a
Octal24626045601173710010152
Binary1010011010110000100101110010011111111110000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B025; }

 p { color: rgb(166,176,37); }

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

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

 a { background-color: rgb(166,176,37); }

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

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

 span { border-color: rgb(166,176,37); }

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