#A5AC28

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

Shades of Bahia #A5AC28

Tints of Bahia #A5AC28

Color information

#A5AC28 (or 0xA5AC28) is unknown color: approx Bahia. HEX triplet: A5, AC and 28. RGB value is (165,172,40). Sum of RGB (Red+Green+Blue) = 165+172+40=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC28 is #5A53D7. Grayscale: #9B9B9B. Windows color (decimal): -5919704 or 2665637. OLE color: 2665637.

HSL color Cylindrical-coordinate representation of color #A5AC28: hue angle of 63.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5AC28 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB16517240-
CMYK0.0400.770.33
HSL63.18º62.26%41.57%-
HSV(B)63.18º76.74%67.45%-
XYZ30.6537.667.66-
YUV154.8663.18135.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 40 (16.02% from 255) = 10.61%
R=43.77%
G=45.62%
B=10.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172400.0400.770.3363.1862.2641.57
HexA5AC28404D213f3e2a
Octal245254504011541777652
Binary101001011010110010100010001001101100001111111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC28; }

 p { color: rgb(165,172,40); }

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

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

 a { background-color: rgb(165,172,40); }

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

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

 span { border-color: rgb(165,172,40); }

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