#A7B51A

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

Shades of Bahia #A7B51A

Tints of Bahia #A7B51A

Color information

#A7B51A (or 0xA7B51A) is unknown color: approx Bahia. HEX triplet: A7, B5 and 1A. RGB value is (167,181,26). Sum of RGB (Red+Green+Blue) = 167+181+26=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B51A is #584AE5. Grayscale: #9F9F9F. Windows color (decimal): -5786342 or 1750439. OLE color: 1750439.

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

Color convert

RGB16718126-
CMYK0.0800.860.29
HSL65.42º74.88%40.59%-
HSV(B)65.42º85.64%70.98%-
XYZ32.6541.347.24-
YUV159.1452.86133.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=44.65%
G=48.40%
B=6.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167181260.0800.860.2965.4274.8840.59
HexA7B51A80561D414b29
Octal247265321001263510111351
Binary1010011110110101110101000010101101110110000011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B51A; }

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

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

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

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

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

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

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

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