#ACB81F

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

Shades of Bahia #ACB81F

Tints of Bahia #ACB81F

Color information

#ACB81F (or 0xACB81F) is unknown color: approx Bahia. HEX triplet: AC, B8 and 1F. RGB value is (172,184,31). Sum of RGB (Red+Green+Blue) = 172+184+31=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB81F is #5347E0. Grayscale: #A3A3A3. Windows color (decimal): -5457889 or 2078892. OLE color: 2078892.

HSL color Cylindrical-coordinate representation of color #ACB81F: hue angle of 64.71º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACB81F is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB17218431-
CMYK0.0700.830.28
HSL64.71º71.16%42.16%-
HSV(B)64.71º83.15%72.16%-
XYZ34.443.157.81-
YUV162.9753.52134.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 31 (12.5% from 255) = 8.01%
R=44.44%
G=47.55%
B=8.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172184310.0700.830.2864.7171.1642.16
HexACB81F70531C41472a
Octal25427037701233410110752
Binary101011001011100011111111010100111110010000011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB81F; }

 p { color: rgb(172,184,31); }

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

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

 a { background-color: rgb(172,184,31); }

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

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

 span { border-color: rgb(172,184,31); }

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