#A7B51E

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

Shades of Bahia #A7B51E

Tints of Bahia #A7B51E

Color information

#A7B51E (or 0xA7B51E) is unknown color: approx Bahia. HEX triplet: A7, B5 and 1E. RGB value is (167,181,30). Sum of RGB (Red+Green+Blue) = 167+181+30=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B51E is #584AE1. Grayscale: #A0A0A0. Windows color (decimal): -5786338 or 2012583. OLE color: 2012583.

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

Color convert

RGB16718130-
CMYK0.0800.830.29
HSL65.56º71.56%41.37%-
HSV(B)65.56º83.43%70.98%-
XYZ32.6941.367.49-
YUV159.654.86133.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 30 (12.11% from 255) = 7.94%
R=44.18%
G=47.88%
B=7.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167181300.0800.830.2965.5671.5641.37
HexA7B51E80531D424829
Octal247265361001233510211051
Binary1010011110110101111101000010100111110110000101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B51E; }

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

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

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

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

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

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

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

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