#ACBA2F

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

Shades of Bahia #ACBA2F

Tints of Bahia #ACBA2F

Color information

#ACBA2F (or 0xACBA2F) is unknown color: approx Bahia. HEX triplet: AC, BA and 2F. RGB value is (172,186,47). Sum of RGB (Red+Green+Blue) = 172+186+47=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA2F is #5345D0. Grayscale: #A6A6A6. Windows color (decimal): -5457361 or 3127980. OLE color: 3127980.

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

Color convert

RGB17218647-
CMYK0.0800.750.27
HSL66.04º59.66%45.69%-
HSV(B)66.04º74.73%72.94%-
XYZ35.0944.099.35-
YUV165.9760.86132.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 47 (18.75% from 255) = 11.60%
R=42.47%
G=45.93%
B=11.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186470.0800.750.2766.0459.6645.69
HexACBA2F804B1B423c2e
Octal25427257100113331027456
Binary1010110010111010101111100001001011110111000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA2F; }

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

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

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

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

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

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

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

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