#A7B417

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

Shades of Bahia #A7B417

Tints of Bahia #A7B417

Color information

#A7B417 (or 0xA7B417) is unknown color: approx Bahia. HEX triplet: A7, B4 and 17. RGB value is (167,180,23). Sum of RGB (Red+Green+Blue) = 167+180+23=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B417 is #584BE8. Grayscale: #9E9E9E. Windows color (decimal): -5786601 or 1553575. OLE color: 1553575.

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

Color convert

RGB16718023-
CMYK0.0700.870.29
HSL64.97º77.34%39.8%-
HSV(B)64.97º87.22%70.59%-
XYZ32.4140.927-
YUV158.2151.69134.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 23 (9.38% from 255) = 6.22%
R=45.14%
G=48.65%
B=6.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167180230.0700.870.2964.9777.3439.8
HexA7B41770571D414d28
Octal24726427701273510111550
Binary101001111011010010111111010101111110110000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B417; }

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

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

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

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

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

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

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

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