#A7B52E

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

Shades of Bahia #A7B52E

Tints of Bahia #A7B52E

Color information

#A7B52E (or 0xA7B52E) is unknown color: approx Bahia. HEX triplet: A7, B5 and 2E. RGB value is (167,181,46). Sum of RGB (Red+Green+Blue) = 167+181+46=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B52E is #584AD1. Grayscale: #A1A1A1. Windows color (decimal): -5786322 or 3061159. OLE color: 3061159.

HSL color Cylindrical-coordinate representation of color #A7B52E: hue angle of 66.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7B52E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB16718146-
CMYK0.0800.750.29
HSL66.22º59.47%44.51%-
HSV(B)66.22º74.59%70.98%-
XYZ32.9541.468.85-
YUV161.4262.86131.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=42.39%
G=45.94%
B=11.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167181460.0800.750.2966.2259.4744.51
HexA7B52E804B1D423b2d
Octal24726556100113351027355
Binary1010011110110101101110100001001011111011000010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B52E; }

 p { color: rgb(167,181,46); }

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

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

 a { background-color: rgb(167,181,46); }

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

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

 span { border-color: rgb(167,181,46); }

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