#A8B418

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

Shades of Bahia #A8B418

Tints of Bahia #A8B418

Color information

#A8B418 (or 0xA8B418) is unknown color: approx Bahia. HEX triplet: A8, B4 and 18. RGB value is (168,180,24). Sum of RGB (Red+Green+Blue) = 168+180+24=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B418 is #574BE7. Grayscale: #9F9F9F. Windows color (decimal): -5721064 or 1619112. OLE color: 1619112.

HSL color Cylindrical-coordinate representation of color #A8B418: hue angle of 64.62º degrees, saturation: 0.76, 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 #A8B418 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB16818024-
CMYK0.0700.870.29
HSL64.62º76.47%40%-
HSV(B)64.62º86.67%70.59%-
XYZ32.6341.037.06-
YUV158.6352.02134.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 24 (9.77% from 255) = 6.45%
R=45.16%
G=48.39%
B=6.45%

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
Decimal168180240.0700.870.2964.6276.4740
HexA8B41870571D414c28
Octal25026430701273510111450
Binary101010001011010011000111010101111110110000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B418; }

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

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

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

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

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

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

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

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