#a4af26

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

Shades of Bahia #A4AF26

Tints of Bahia #A4AF26

Color information

#A4AF26 (or 0xA4AF26) is unknown color: approx Bahia. HEX triplet: A4, AF and 26. RGB value is (164,175,38). Sum of RGB (Red+Green+Blue) = 164+175+38=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AF26 is #5B50D9. Grayscale: #9C9C9C. Windows color (decimal): -5984474 or 2535332. OLE color: 2535332.

HSL color Cylindrical-coordinate representation of color #A4AF26: hue angle of 64.82º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4AF26 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB16417538-
CMYK0.0600.780.31
HSL64.82º64.32%41.76%-
HSV(B)64.82º78.29%68.63%-
XYZ30.9938.697.67-
YUV156.0961.36133.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=43.50%
G=46.42%
B=10.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164175380.0600.780.3164.8264.3241.76
HexA4AF26604E1F41402a
Octal24425746601163710110052
Binary1010010010101111100110110010011101111110000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4af26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4af26; }

 p { color: rgb(164,175,38); }

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

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

 a { background-color: rgb(164,175,38); }

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

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

 span { border-color: rgb(164,175,38); }

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