#A7B917

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

Shades of Bahia #A7B917

Tints of Bahia #A7B917

Color information

#A7B917 (or 0xA7B917) is unknown color: approx Bahia. HEX triplet: A7, B9 and 17. RGB value is (167,185,23). Sum of RGB (Red+Green+Blue) = 167+185+23=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B917 is #5846E8. Grayscale: #A1A1A1. Windows color (decimal): -5785321 or 1554855. OLE color: 1554855.

HSL color Cylindrical-coordinate representation of color #A7B917: hue angle of 66.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7B917 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB16718523-
CMYK0.1000.880.27
HSL66.67º77.88%40.78%-
HSV(B)66.67º87.57%72.55%-
XYZ33.4442.987.34-
YUV161.1550.04132.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 23 (9.38% from 255) = 6.13%
R=44.53%
G=49.33%
B=6.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167185230.1000.880.2766.6777.8840.78
HexA7B917A0581B434e29
Octal247271271201303310311651
Binary1010011110111001101111010010110001101110000111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B917; }

 p { color: rgb(167,185,23); }

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

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

 a { background-color: rgb(167,185,23); }

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

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

 span { border-color: rgb(167,185,23); }

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