#a7b519

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

Shades of Bahia #A7B519

Tints of Bahia #A7B519

Color information

#A7B519 (or 0xA7B519) is unknown color: approx Bahia. HEX triplet: A7, B5 and 19. RGB value is (167,181,25). Sum of RGB (Red+Green+Blue) = 167+181+25=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B519 is #584AE6. Grayscale: #9F9F9F. Windows color (decimal): -5786343 or 1684903. OLE color: 1684903.

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

Color convert

RGB16718125-
CMYK0.0800.860.29
HSL65.38º75.73%40.39%-
HSV(B)65.38º86.19%70.98%-
XYZ32.6441.337.18-
YUV159.0352.36133.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 25 (10.16% from 255) = 6.70%
R=44.77%
G=48.53%
B=6.70%

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
Decimal167181250.0800.860.2965.3875.7340.39
HexA7B51980561D414c28
Octal247265311001263510111450
Binary1010011110110101110011000010101101110110000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7b519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7b519; }

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

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

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

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

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

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

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

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