#A8B426

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

Shades of Bahia #A8B426

Tints of Bahia #A8B426

Color information

#A8B426 (or 0xA8B426) is unknown color: approx Bahia. HEX triplet: A8, B4 and 26. RGB value is (168,180,38). Sum of RGB (Red+Green+Blue) = 168+180+38=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B426 is #574BD9. Grayscale: #A0A0A0. Windows color (decimal): -5721050 or 2536616. OLE color: 2536616.

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

Color convert

RGB16818038-
CMYK0.0700.790.29
HSL65.07º65.14%42.75%-
HSV(B)65.07º78.89%70.59%-
XYZ32.8241.118.04-
YUV160.2259.02133.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 38 (15.23% from 255) = 9.84%
R=43.52%
G=46.63%
B=9.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180380.0700.790.2965.0765.1442.75
HexA8B426704F1D41412b
Octal25026446701173510110153
Binary1010100010110100100110111010011111110110000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B426; }

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

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

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

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

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

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

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

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