#ACB730

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

Shades of Bahia #ACB730

Tints of Bahia #ACB730

Color information

#ACB730 (or 0xACB730) is unknown color: approx Bahia. HEX triplet: AC, B7 and 30. RGB value is (172,183,48). Sum of RGB (Red+Green+Blue) = 172+183+48=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB730 is #5348CF. Grayscale: #A4A4A4. Windows color (decimal): -5458128 or 3192748. OLE color: 3192748.

HSL color Cylindrical-coordinate representation of color #ACB730: hue angle of 64.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB730 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB17218348-
CMYK0.0600.740.28
HSL64.89º58.44%45.29%-
HSV(B)64.89º73.77%71.76%-
XYZ34.4842.859.25-
YUV164.3262.36133.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=42.68%
G=45.41%
B=11.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183480.0600.740.2864.8958.4445.29
HexACB730604A1C413a2d
Octal2542676060112341017255
Binary101011001011011111000011001001010111001000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB730; }

 p { color: rgb(172,183,48); }

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

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

 a { background-color: rgb(172,183,48); }

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

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

 span { border-color: rgb(172,183,48); }

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