#ACB92F

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

Shades of Bahia #ACB92F

Tints of Bahia #ACB92F

Color information

#ACB92F (or 0xACB92F) is unknown color: approx Bahia. HEX triplet: AC, B9 and 2F. RGB value is (172,185,47). Sum of RGB (Red+Green+Blue) = 172+185+47=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB92F is #5346D0. Grayscale: #A5A5A5. Windows color (decimal): -5457617 or 3127724. OLE color: 3127724.

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

Color convert

RGB17218547-
CMYK0.0700.750.27
HSL65.65º59.48%45.49%-
HSV(B)65.65º74.59%72.55%-
XYZ34.8843.679.28-
YUV165.3861.19132.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 47 (18.75% from 255) = 11.63%
R=42.57%
G=45.79%
B=11.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185470.0700.750.2765.6559.4845.49
HexACB92F704B1B423b2d
Octal2542715770113331027355
Binary101011001011100110111111101001011110111000010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB92F; }

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

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

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

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

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

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

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

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