#A8B718

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

Shades of Bahia #A8B718

Tints of Bahia #A8B718

Color information

#A8B718 (or 0xA8B718) is unknown color: approx Bahia. HEX triplet: A8, B7 and 18. RGB value is (168,183,24). Sum of RGB (Red+Green+Blue) = 168+183+24=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B718 is #5748E7. Grayscale: #A1A1A1. Windows color (decimal): -5720296 or 1619880. OLE color: 1619880.

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

Color convert

RGB16818324-
CMYK0.0800.870.28
HSL65.66º76.81%40.59%-
HSV(B)65.66º86.89%71.76%-
XYZ33.2542.267.27-
YUV160.3951.03133.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 24 (9.77% from 255) = 6.4%
R=44.8%
G=48.8%
B=6.4%

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
Decimal168183240.0800.870.2865.6676.8140.59
HexA8B71880571C424d29
Octal250267301001273410211551
Binary1010100010110111110001000010101111110010000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B718; }

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

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

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

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

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

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

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

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