#ACB932

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

Shades of Bahia #ACB932

Tints of Bahia #ACB932

Color information

#ACB932 (or 0xACB932) is unknown color: approx Bahia. HEX triplet: AC, B9 and 32. RGB value is (172,185,50). Sum of RGB (Red+Green+Blue) = 172+185+50=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB932 is #5346CD. Grayscale: #A6A6A6. Windows color (decimal): -5457614 or 3324332. OLE color: 3324332.

HSL color Cylindrical-coordinate representation of color #ACB932: hue angle of 65.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACB932 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB17218550-
CMYK0.0700.730.27
HSL65.78º57.45%46.08%-
HSV(B)65.78º72.97%72.55%-
XYZ34.9443.79.61-
YUV165.7262.69132.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=42.26%
G=45.45%
B=12.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185500.0700.730.2765.7857.4546.08
HexACB93270491B42392e
Octal2542716270111331027156
Binary101011001011100111001011101001001110111000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB932; }

 p { color: rgb(172,185,50); }

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

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

 a { background-color: rgb(172,185,50); }

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

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

 span { border-color: rgb(172,185,50); }

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