#A8B717

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

Shades of Bahia #A8B717

Tints of Bahia #A8B717

Color information

#A8B717 (or 0xA8B717) is unknown color: approx Bahia. HEX triplet: A8, B7 and 17. RGB value is (168,183,23). Sum of RGB (Red+Green+Blue) = 168+183+23=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B717 is #5748E8. Grayscale: #A0A0A0. Windows color (decimal): -5720297 or 1554344. OLE color: 1554344.

HSL color Cylindrical-coordinate representation of color #A8B717: hue angle of 65.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B717 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB16818323-
CMYK0.0800.870.28
HSL65.62º77.67%40.39%-
HSV(B)65.62º87.43%71.76%-
XYZ33.2442.257.21-
YUV160.2750.53133.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 23 (9.38% from 255) = 6.15%
R=44.92%
G=48.93%
B=6.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183230.0800.870.2865.6277.6740.39
HexA8B71780571C424e28
Octal250267271001273410211650
Binary1010100010110111101111000010101111110010000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B717; }

 p { color: rgb(168,183,23); }

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

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

 a { background-color: rgb(168,183,23); }

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

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

 span { border-color: rgb(168,183,23); }

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